...
NaN
values are particularly problematic because they are unordered. That is, the expression NaN == NaN
always returns false
(see rule NUM07-J. Do not attempt comparisons with NaN for more information).
...
...
NaN
values are particularly problematic because they are unordered. That is, the expression NaN == NaN
always returns false
(see rule NUM07-J. Do not attempt comparisons with NaN for more information).
...