Function powf64
fn powf64(a: f64, x: f64) -> f64
Raises an f64 to an f64 power.
The stabilized version of this intrinsic is
f64::powf
powf64fn powf64(a: f64, x: f64) -> f64
Raises an f64 to an f64 power.
The stabilized version of this intrinsic is
f64::powf