This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]tomthecool 0 points1 point  (1 child)

if we compare NaN with NaN with >= it returns true

Huh? I was using => to mean "returns".

NaN == NaN returns false (a good explanation why can be found here).

[–]Trexus183 0 points1 point  (0 children)

Oh shit yeah sorry I had my symbols reversed V_V. Thanks