cm0002@lemmy.world to Programmer Humor@programming.dev · 17 days agoWhich of these javascript expressions is false?lemmy.mlexternal-linkmessage-square83fedilinkarrow-up1514arrow-down111cross-posted to: programmerhumor@lemmy.ml
arrow-up1503arrow-down1external-linkWhich of these javascript expressions is false?lemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 17 days agomessage-square83fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareRemavas@programming.devlinkfedilinkarrow-up2·13 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.