Hacker News new | past | comments | ask | show | jobs | submit login

If you treat each "!" as a NOT, then (a != b != c) has two NOTs, but !(a == b == c) has a single one, so this is a bit like expecting that !(a && b) is the same as (!a && !b).



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: