Hacker News new | ask | show | jobs
by bazoom42 18 days ago
This article is not about null but about NaN, a special case floating-point value which is the result of diving by zero.
1 comments

Specifically, 0/0 (or inf/inf), not any division by 0.
0 x inf is also NaN. It's not just division.