Crate fast_inv_sqrt [−] [src]
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). |