Trait Powf
float
pub trait Powf { fn powf(self, other: Self) -> Self; }
Floating number power.
fn powf(self, other: Self) -> Self
Returns floating power of the number.
impl Powf for f32
impl Powf for f64