Finding the inverse square root of a number with i = 0×5f3759df - (i>>1);
Nice bit of writing on some code archaeology. Not definite in it’s answer, it provides some illumination of the thinking behind complex problem solving. float InvSqrt (float x){ float xhalf = 0.5f*x; int…
Full story: klsh
