cm0002@lemmy.world to Programmer Humor@programming.dev · 21 days agoWhich of these javascript expressions is false?imagemessage-square83linkfedilinkarrow-up1514arrow-down111cross-posted to: programmerhumor@lemmy.ml
arrow-up1503arrow-down1imageWhich of these javascript expressions is false?cm0002@lemmy.world to Programmer Humor@programming.dev · 21 days agomessage-square83linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareRemavas@programming.devlinkfedilinkarrow-up2·17 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.