Error Messages/40065

< Error Messages
Revision as of 20:26, 19 January 2018 by Lchrisman (talk | contribs) (Created page with "== Warning message == :Comparison to NaN attempted. == Description == A comparison to an indeterminate number is itself indeterminate, since an indeterminate number, denote...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Warning message

Comparison to NaN attempted.

Description

A comparison to an indeterminate number is itself indeterminate, since an indeterminate number, denoted by NaN, is interpreted as being potentially any number. It may result from 0/0, for example. This might result from NaN < 10, NaN = 10, NaN <> 10, etc.

See Also

Comments


You are not allowed to post comments.