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