2Reinventing Fast Inverse Sqrt Using 8th Grade Math (opens in new tab)(bullshitmath.lol)2leegao10y ago2Save
5C's index[arr] notationI 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 of addition is equivalent to (index + arr) = index[arr].Mind = blownshow more5leegao15y ago4Save