this post was submitted on 08 Feb 2024
722 points (99.3% liked)

Programmer Humor

32070 readers
1189 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] vrighter@discuss.tchncs.de 2 points 7 months ago* (last edited 7 months ago) (1 children)

i think the real explanation is simpler and more understandable.

NaN is what you get when you do something illegal like dividing by zero. There is no answer, but the operation has to result in something. So it gives you NaN, because the result is literally not a number