Skip to main content

fast_inv_sqrt

Function fast_inv_sqrt 

Source
fn fast_inv_sqrt(x: f64) -> f64
Expand description

Vanilla’s Mth.fastInvSqrt — the Quake III fast inverse square root, ported exactly.