Hacker News new | ask | show | jobs
by BeetleB 144 days ago
As a sister comment said, floating point computations are commutative, but not associative.

a * b = b * a for all "normal" floating point numbers.