Support nonfinite numbers
Support for nonfinite values
Description
App Configuration Pane: Speed
Configuration Objects: coder.CodeConfig
| coder.EmbeddedCodeConfig
Support for nonfinite values. See Disable Support for Integer Overflow or Nonfinites.
Settings
- On
This value is the default value.
If
GenerateNonFiniteFilesIfUsed
is set totrue
, the code generator produces code to support nonfinite values (Inf
andNaN
) only if they are used.If
GenerateNonFiniteFilesIfUsed
is set tofalse
, the code generator always produces code to support nonfinite values (Inf
andNaN
).- Off
The code generator does not produce code to support nonfinite values.
Programmatic Use
Property:
SupportNonFinite |
Values: true |
false |
Default: true |
Version History
Introduced in R2011a