pub fn fast_invsqrt_32(x: f32) -> f32
Expand description

Fast approximate computation of 1/sqrt(x). The error should be below 0.2%.

See: https://en.wikipedia.org/wiki/Fast_inverse_square_root And: http://www.lomont.org/papers/2003/InvSqrt.pdf