Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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).

...