third (cube) root of a positive number
steffan
Hi,
What is the best way to get Igor to calculate the third square root of a number (cube root)? I know 'SQRT' will give the square root but what about the third root?
I need it to turn volume values into a radius value.
Thanks for nay help.
how about:
print (3/4*V/pi)^(1/3)
May 27, 2021 at 05:52 am - Permalink
In reply to how about: print (3/4*V… by ChrLie
oh yeah, indices. Must be a blind spot for me...
Thanks
July 7, 2021 at 01:35 am - Permalink