packageConstants
Mathematical constants and constants of nature
Extends from Icons.Library.
Information
Constants
This package provides often needed mathematical constants that are needed for the SBML import and export.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | e | Modelica.Math.exp(1.0) | |
| Real | pi | 2*Modelica.Math.asin(1.0) | |
| Real | inf | 1e+60 | Biggest Real number such that inf and -inf are representable on the machine |
| Real | INF | inf |