Trait Sqrt
float
pub trait Sqrt { fn sqrt(self) -> Self; }
Square root.
fn sqrt(self) -> Self
Returns square root.
impl Sqrt for f32
fn sqrt(self) -> f32
impl Sqrt for f64
fn sqrt(self) -> f64