Trait float::Sqrt
[−]
[src]
pub trait Sqrt {
fn sqrt(self) -> Self;
}Square root.
Required Methods
fn sqrt(self) -> Self
Returns square root.