PDA

View Full Version : How do I find the nth root of a number in code


sdcodes
Sep 8, 2010, 04:38 AM
In a mathematical formula how can I find the 5th root of a number (similar to the SRT(x) function

galactus
Sep 8, 2010, 05:40 AM
Say you want the 5th root of 3.

Type in:

3^(1/5)

sdcodes
Sep 9, 2010, 11:02 PM
Thanks a lot. I actually fugured it out in the end but thanks again