Error Messages/40063

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.