pub const fn cbrtf(x: f32) -> f32
Cbrt for given value for const context. This is simplified version just to make a good approximation on const context.