|
|
|
|
|
by enriquto
408 days ago
|
|
> floating point operations like addition are not commutative maybe you meant associative? Floating point addition is commutative: a+b is always equal to b+a for any values of a and b. It is not associative, though: a+(b+c) is in general different to (a+b)+c, think what happens if a is tiny and b,c are huge, for example. |
|
To think that I used to do this for a living...