Function Reference
— Function File: nthroot (x, n)

Compute the nth root of x, returning real results for real components of x. For example

          nthroot (-1, 3)
           -1
          (-1) ^ (1 / 3)
           0.50000 - 0.86603i