cbrt
Returns the cube root of x.
Special Cases:
- cbrt(+-0) = +-0
- cbrt(+-inf) = +-inf
- cbrt(nan) = nan
Function parameters
Parameters
- x:anytype
Returns the cube root of x.
Functions
- cbrt
- Returns the cube root of x.
Source
Returns the cube root of x.
Special Cases:
Function parameters
Returns the cube root of x.
Source