leegao
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Add Math and LaTeX to Your GitHub Readme.md (github.com)
- Reinventing Fast Inverse Sqrt Using 8th Grade Math (bullshitmath.lol)
- Another floating point quirk (phailed.me)
How summing a series backwards improved the accuracy by an order of 4 magnitudes
- Quick Square Root method inspired by fast invsqrt (phailed.me)
-
I had always assumed that it was merely some strange artifact of the language, until I finally thought about it, and then finally understood: arr[index] is equivalent to (arr + index), which by the commutative property…