This is a beta autodoc build; expect bugs and missing information.
std
math
cbrt
fn
cbrt
(
x
:
anytype
)
@TypeOf
(
x
)
[
src
]
Returns the cube root of x.
Special Cases:
cbrt(+-0) = +-0
cbrt(+-inf) = +-inf
cbrt(nan) = nan
Parameters
x
:
anytype
,