5 ms·
> The astute reader will notice that float operations are not communicative Presumably this was meant to read "commutative". IEEE 754 addition and multiplicati
by jonlong 2y ago
> The astute reader will notice that float operations are not communicative
Presumably this was meant to read "commutative". IEEE 754 addition and multiplication are commutative (ignoring NaN values), but not associative.
- mattpope 2y agoAh good catch, the most astute reader notices that I'm wrong twice!