bevy_math::ops

Function powf

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

Raises a number to a floating point power.

Precision is specified when the libm feature is enabled.