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

pub trait RSqrt {
    fn rsqrt(self) -> Self;
}

Reciprocal-square root operation.

NB. most platforms implement this as an approximation.

Required Methods

fn rsqrt(self) -> Self

Implementors