pub fn powf(x: f32, y: f32) -> f32
Available on non-crate feature
libm
and crate feature std
only.Expand description
Raises a number to a floating point power.
Precision is specified when the libm
feature is enabled.