pub fn cbrt(x: f32) -> f32
libm
Returns the cube root of a number.
Precision is specified when the libm feature is enabled.