The game developer of Quake, have made the code to Quake III open source, revealing something interesting for programmers. This is the Fast Inverse Square Root algorithm, as applied in the game engine. This might seem nothing special, since most programming languages already have a function for it, but there…