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