Trait Sqrt
vecmath::traits
pub trait Sqrt { pub fn sqrt(self) -> Self; }
Square root.
pub fn sqrt(self) -> Self
Returns square root.
impl Sqrt for f32
pub fn sqrt(self) -> f32
impl Sqrt for f64
pub fn sqrt(self) -> f64