Trait simd::maths::sqrt::Sqrt [−] [src]

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

Square root operation.

NB. most platforms implement this as an approximation.

Required Methods

fn sqrt(self) -> Self

Implementors