Trait number_traits::Sqrt [] [src]

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

Required Methods

Implementors