Trait float::Sqrt [] [src]

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

Square root.

Required Methods

Returns square root.

Implementations on Foreign Types

impl Sqrt for f32
[src]

[src]

impl Sqrt for f64
[src]

[src]

Implementors