Hacker News new | ask | show | jobs
Why is Math.max() less than Math.min()? (charlieharvey.org.uk)
3 points by ciderpunx 4130 days ago
1 comments

What about:

  Math.min() - Math.max()
Is it wrong to expect it to be 0?