Crate fast_inv_sqrt

Crate fast_inv_sqrt 

Source
Expand description

Famous “Fast inverse square root” algorithm implementation along with obligatory original comments.

Traits§

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