Computes sqrt(x), alias for nthRoot(x, 2)
sqrt(x)
nthRoot(x, 2)
Interval.sqrt( Interval(4, 9)) // Interval(prev(2), next(3))
Generated using TypeDoc
Computes
sqrt(x)
, alias fornthRoot(x, 2)
Example
Returns