bevy_math::ops

Function cbrt

Source
pub fn cbrt(x: f32) -> f32
Available on non-crate feature libm only.
Expand description

Returns the cube root of a number.

Precision is specified when the libm feature is enabled.