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