Why is Math.max() less than Math.min()?
charlieharvey.org.uk
Why is Math.max() less than Math.min()?
1–2 of 2 posts
Re: Why is Math.max() less than Math.min()?
#2What about:
Math.min() - Math.max()
Is it wrong to expect it to be 0?