Returns a numeric vector of solutions to $x^{1/n}$.
Details
Computes the n-th root real numbers of a numeric vector x,
while x^(1/n) will return NaN for negative numbers,
even in case n is odd. If some numbers in x are negative,
n must be odd. (This is different in Octave)