|
inlineconstexpr |
Computes the the kth nth root of the argument.
Parameters
z: Value to process. floating or complex.n: nth rootReturn value
- if the first parameter is floating the call will act as if they were converted to complex before call, unless the option real_only is used in which case the parameter must be a floating_value, the real part of the result will the same as an eve::nthroot and the result will be fnan if no real solution exists. - the kth nth root of z, is. `exp((log(z)+2*k*i*pi)/n)`. If not present k is taken as 0.