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