MachineMachine dependent constants |
eps |
Value: 0.5 * .WSMServices.Machine.Real_EPS Type: Real Description: Biggest number such that 1.0 + eps = 1.0 |
---|---|
small |
Value: .WSMServices.Machine.Real_MIN Type: Real Description: Smallest number such that small and -small are representable on the machine |
inf |
Value: .WSMServices.Machine.Real_MAX Type: Real Description: Biggest Real number such that inf and -inf are representable on the machine |
Integer_inf |
Value: .WSMServices.Machine.Integer_MAX Type: Integer Description: Biggest Integer number such that Integer_inf and -Integer_inf are representable on the machine |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
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.