Trait vecmath::traits::Sqrt[][src]

pub trait Sqrt {
    pub fn sqrt(self) -> Self;
}
[]

Square root.

Required methods

pub fn sqrt(self) -> Self[src][]

Returns square root.

Implementations on Foreign Types

impl Sqrt for f32[src][]

impl Sqrt for f64[src][]

Implementors