bevy_math::ops

Function cbrt

source
pub fn cbrt(x: f32) -> f32
Expand description

Returns the cube root of a number.

Precision is specified when the libm feature is enabled.