Is-postive – The most pointless NPM repository
1–6 of 6 posts
Re: Is-postive – The most pointless NPM repository
#2[deleted]
Re: Is-postive – The most pointless NPM repository
#3How Is 0 not positive?
Re: Is-postive – The most pointless NPM repository
#4How Is 0 not positive?
Re: Is-postive – The most pointless NPM repository
#5How Is 0 not positive?
"0 is neither positive nor negative." https://en.wikipedia.org/wiki/0_%28number%29#Mathematics
Re: Is-postive – The most pointless NPM repository
#6How Is 0 not positive?
Actually there is a positive 0 and a negative 0 in JavaScript. Try 1/+0 and 1/-0 in your browser console and notice how the result is different for each (+Infinity and -Infinity respectively).