Is there a simple way to deal with computing real nth roots for n a natural number?
I am trying to use the nth root for natural numbers in computations and display the result as a decimal to four places. I can't find a simple reference for these functions. Is there an nroot(x,n) function?