Machine dependent constants
Package in which processor specific constants are defined that are needed by numerical algorithms. Typically these constants are not directly used, but indirectly via the alias definition in Modelica.Constants.
Extends from Modelica.Icons.Package (Icon for standard packages).
| Name | Description |
|---|---|
| eps=2.2204460492503131e-016 | The difference between 1 and the least value greater than 1 that is representable in the given floating point type |
| small=2.2250738585072014e-308 | Minimum normalized positive floating-point number |
| inf=1.7976931348623157E+308 | Maximum representable finite floating-point number |
| Integer_inf=2147483647 | Biggest Integer number such that Integer_inf and -Integer_inf are representable on the machine |