Mar 24, 2013 23:51
No, wait... the fast inverse square root does 1 / SQR(X), while what I need is SQR(2) / X.
there's probably some algebraic principle I can exploit to turn one problem into the other, but i've already sprained my brain on it..
programming