show/hide this revision's text 2 deleted 6 characters in body

The c# compiler isn't doing anything. The CPU is.

if you have A in a CPU register, and you then add B, the result stored in that register is A+B, approximated to the floating precision your usingused

If you then add C, the error adds up. This error addition is not a transitive operation, thus the final difference.

show/hide this revision's text 1

The c# compiler isn't doing anything. The CPU is.

if you have A in a CPU register, and you then add B, the result stored in that register is A+B, approximated to the floating precision your using

If you then add C, the error adds up. This error addition is not a transitive operation, thus the final difference.