Trait dimensioned::Sqrt [] [src]

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

Associated Types

type Output

Required Methods

fn sqrt(self) -> Self::Output

Implementors