peterfoldi·10 ปีที่แล้ว·discussNaN is not equal to NaN by the IEEE 754 standard. JavaScript, and many other modern languages, implement floating point numbers by this standard. E.g. in C#:> 0.0/0.0 == Double.NaNfalse
peterfoldi·10 ปีที่แล้ว·discussToo late to edit. I meant this one: https://www.youtube.com/watch?v=xbLVvrb2-fY
peterfoldi·10 ปีที่แล้ว·discussAnd this is my favourite tutorial so far: https://www.youtube.com/watch?v=ZDR433b0HJY I think it explains everything in 80 minutes.
> 0.0/0.0 == Double.NaN
false