Hacker News new | ask | show | jobs
by bubblethink 3373 days ago
Why is that so ? If you can do a<b and a>b reliably, you can get equality as !(a<b || b<a). Inequality has the same issues for very close values.
1 comments

Try putting NaN into your equation: not equal to itself.