|
|
|
|
|
by gus_massa
1968 days ago
|
|
> This means that floating point arithmetic is non-associative. In that A + B != B + A. The equation is the commutative property, not associative. IIRC addition in IEEE-754 is commutative. The property that fails is (A+B)+C = A+(B+C). |
|
I didn't want to go too far into the background of floating point math in the post as it wasn't ultimately the issue, just something I was mindful of.