packageInternal
Internal utility functions that should not be directly utilized by the user
Extends from Modelica.Icons.InternalPackage (Icon for an internal package (indicating that the package should not be directly utilized by user)).
Information
This package contains internal utility functions for the computation of erf, erfc, erfInc and erfcInv. These functions should not be directly used by the user.
Contents
| Name | Description |
|---|---|
| Evaluate a polynomial c[1] + c[2]*u + c[3]*u^2 + .... | |
| Evaluate erfc(z) for 0.5 <= z | |
| Utility function for erfInv(u) and erfcInv(u) |
Revisions
| Date | Description | ||
|---|---|---|---|
| June 22, 2015 |
|