Returns the cube root of a double
value. For
positive finite x
, cbrt(-x) ==
-cbrt(x)
; that is, the cube root of a negative value is
the negative of the cube root of that value's magnitude.
Special cases:
The computed result must be within 1 ulp of the exact result.
a | a value. |
a
.
Diagram: Math