Function powi
fn powi(x: f64, n: i32) -> f64
Experimental version of powi in core. See f64::powi for details.
Examples
use f64;
let x = 2.0_f64;
let abs_difference = .abs;
assert!;
assert_eq!;
This standalone function is for testing only. It will be stabilized as an inherent method.