Hacker News new | ask | show | jobs
by 120bits 726 days ago
Fast inverse square root

0x5f3759df - ( i >> 1 );

https://github.com/scienceetonnante/Fast-Inverse-Square-Root...