Open
Description
- meta Math and numbers elm/core#721 under section "Math is weird because of JavaScript"
==
on objects containingNaN
: inconsistent behavior #32- NaN > NaN and NaN >= NaN do not adhere to IEEE-754 elm/core#1050
- Non Standard behavior on division by zero elm/core#1072
- Basics.clamp doesn't passthrough NaN elm/core#1080
- NaN compares as equal to zero in several cases involving literal 0 elm/core#1115