WOLFRAM SYSTEM MODELER
MachineMachine dependent constants |
![]() |
eps |
Value: .WSMServices.Machine.Real_EPS Type: Real Description: The difference between 1 and the least value greater than 1 that is representable in the given floating point type (according to future MSL definition) |
---|---|
small |
Value: .WSMServices.Machine.Real_MIN Type: Real Description: Minimum normalized positive floating-point number |
inf |
Value: .WSMServices.Machine.Real_MAX Type: Real Description: Maximum representable finite floating-point number |
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.
SystemModel["ModelicaServices.Machine"]