Function powif64
pub fn powif64(a: f64, x: i32) -> f64
Raises an f64 to an integer power.
The stabilized version of this intrinsic is
f64::powi
powif64pub fn powif64(a: f64, x: i32) -> f64
Raises an f64 to an integer power.
The stabilized version of this intrinsic is
f64::powi