TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Why is Math.max() less than Math.min()?

3 pointsby ciderpunxabout 10 years ago

1 comment

cratermoonabout 10 years ago
What about:<p><pre><code> Math.min() - Math.max() </code></pre> Is it wrong to expect it to be 0?