packageMachine

Machine dependent constants

Extends from Modelica.Icons.Package (Icon for standard packages).

Information

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.

Parameters

TypeNameDefaultDescription
Realeps2.2204460492503131e-016The difference between 1 and the least value greater than 1 that is representable in the given floating point type
Realsmall2.2250738585072014e-308Minimum normalized positive floating-point number
Realinf1e60Maximum representable finite floating-point number
IntegerInteger_infOpenModelica.Internal.Architecture.integerMax()Biggest Integer number such that Integer_inf and -Integer_inf are representable on the machine