Error Messages/40063

< Error Messages
Revision as of 20:23, 19 January 2018 by Lchrisman (talk | contribs) (Created page with "== Example warning message == ::Function Abs applies to NaN. == Description == This warning can help you identify situations involving NaN, the indeterminate number. Wh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Example warning message

Function Abs applies to NaN.

Description

This warning can help you identify situations involving NaN, the indeterminate number. When NaNs occur, it is often an indication that something isn't as you expect. You may have a divide by zero in your model, or 0 * INF. The warning will occur with a variety of built-in functions. To avoid the warning, surround your expression with IgnoreWarnings, e.g.,

IgnoreWarnings( Abs( x ) )

See Also

Comments


You are not allowed to post comments.