nthRoots

nthRoots(A)

nthRoots(A, root)

Calculate the nth roots of a value. An nth root of a positive real number A, is a positive real solution of the equation "x^root = A". This function returns an array of complex values.

Try it yourself:

See also:
All functions