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=1e-15 | Biggest number such that 1.0 + eps = 1.0 |
small=1e-60 | Smallest number such that small and -small are representable on the machine |
inf=1e60 | Biggest Real number such that inf and -inf are representable on the machine |
Integer_inf=2147483647 | Biggest Integer number such that Integer_inf and -Integer_inf are representable on the machine |