The fast inverse square root algorithm, famously used in Quake III Arena, computes 1/√x using bit manipulation and Newton's method. At its core is a "magic number" that initializes the approximation: ...