Hacker News new | ask | show | jobs
by jonlong 552 days 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.

1 comments

Ah good catch, the most astute reader notices that I'm wrong twice!