cbrt(x: f64) → f64

Category: [math](builtinsmath)_

Cube root.

ParameterTypeDescriptionRemarks
xf64The input value.
returnsf64The result.
wcl
cbrt(27)   // cube root → 3.0