cm0002@lemmy.world to Programmer Humor@programming.dev · 7 days agoWhich of these javascript expressions is false?lemmy.mlexternal-linkmessage-square79fedilinkarrow-up11arrow-down10cross-posted to: programmerhumor@lemmy.ml
arrow-up11arrow-down1external-linkWhich of these javascript expressions is false?lemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 7 days agomessage-square79fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareRemavas@programming.devlinkfedilinkarrow-up0·4 days agoNaN is a special floating point value. https://en.wikipedia.org/wiki/IEEE_754 It’s weird but it makes sense why it was chosen to be this way.
NaN is a special floating point value. https://en.wikipedia.org/wiki/IEEE_754
It’s weird but it makes sense why it was chosen to be this way.