Computes x^(1/n)
x^(1/n)
Interval.nthRoot( Interval(-27, -8), 3) // Interval(-3, -2)
A number or a singleton interval
Generated using TypeDoc
Computes
x^(1/n)
Example
Returns