bevy_math::ops

Function powf

source
pub fn powf(x: f32, y: f32) -> f32
Expand description

Raises a number to a floating point power.

Precision is specified when the libm feature is enabled.