WOLFRAM SYSTEM MODELER
SpecialLibrary of special mathematical functions |
|
|
Error function erf(u) = 2/sqrt(pi)*Integral_0_u exp(-t^2)*d |
|
|
Complementary error function erfc(u) = 1 - erf(u) |
|
|
Inverse error function: u = erf(erfInv(u)) |
|
|
Inverse complementary error function: u = erfc(erfcInv(u)) |
|
|
Unnormalized sinc function: sinc(u) = sin(u)/u |
|
|
Internal utility functions that should not be directly utilized by the user |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
This sublibrary contains functions to compute often used mathematical operators that cannot be expressed analytically.

SystemModel["Modelica.Math.Special"]

| Date | Description | ||
|---|---|---|---|
| June 22, 2015 |
|