[][src]Trait definitive::Sqrt

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

Square root

Required methods

fn sqrt(self) -> Self

Square root of value

Loading content...

Implementations on Foreign Types

impl Sqrt for f32[src]

impl Sqrt for f64[src]

Loading content...

Implementors

Loading content...