Trait float::Sqrt [] [src]

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

Square root.

Required Methods

[]

Returns square root.

Implementors