pub fn powf(x: f32, y: f32) -> f32
libm
Raises a number to a floating point power.
Precision is specified when the libm feature is enabled.