Trait aurum_numeric::Sqrt [] [src]

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

Get the square root of a number.

Required Methods

Implementors