Comment by dragontamer
3 years ago
You'd think so, except no. Floating point operations are innately lossy and even non-associative, and non communative.
A+B+C does not equal B+C+A in floating point.
3 years ago
You'd think so, except no. Floating point operations are innately lossy and even non-associative, and non communative.
A+B+C does not equal B+C+A in floating point.
Which should happen in entirely predictable and orderly fashion. In fact, they should be testing for that too.