[]Trait vecmath::traits::Sqrt

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

Square root.

Required methods

fn sqrt(self) -> Self

Returns square root.

Loading content...

Implementations on Foreign Types

impl Sqrt for f64

impl Sqrt for f32

Loading content...

Implementors

Loading content...