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).
Type | Name | Value | Description |
---|---|---|---|
final Real | eps | 1e-15 | Biggest number such that 1.0 + eps = 1.0 |
final Real | inf | 1e+60 | Biggest Real number such that inf and -inf are representable on the machine |
final Integer | Integer_inf | 2.147483647e+9 | Biggest Integer number such that Integer_inf and -Integer_inf are representable on the machine |
final Real | small | 1e-60 | Smallest number such that small and -small are representable on the machine |
Generated 2018-12-12 12:14:38 EST by MapleSim.