Buildings.Controls.OBC.CDL.Constants
Package with constants
Information
This package provides often needed constants.
Extends from Modelica.Icons.Package (Icon for standard packages).
Package Content
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 |
pi=2*Modelica.Math.asin(1.0) |
Types and constants
final constant Real eps=1E-15 "Biggest number such that 1.0 + eps = 1.0";
final constant Real small=1E-60 "Smallest number such that small and -small are representable on the machine";
final constant Real pi=2*Modelica.Math.asin(1.0);