Trait fast_inv_sqrt::InvSqrt32 [] [src]

pub trait InvSqrt32 {
    fn inv_sqrt32(self) -> f32;
}

A trait that allows calculation of inverse square root into a Float(32).

Required Methods

Calculates the inverse square root of a number

Implementors