Trait float::Sqrt[][src]

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

Square root.

Required methods

Returns square root.

Implementations on Foreign Types

Implementors