leegao

↗ HN profile [ 38.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. How summing a series backwards improved the accuracy by an order of 4 magnitudes

  2. 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…