Trait vecmath::traits::Powf [−][src]
pub trait Powf {
pub fn powf(self, other: Self) -> Self;
}Floating number power.
pub trait Powf {
pub fn powf(self, other: Self) -> Self;
}Floating number power.
impl Powf for f64[src]impl Powf for f32[src]