Utility function in order to compute part of erf(..) and erfc(..).
function erfcUtil extends Modelica.Icons.Function; input Real z "Input argument 0.5 <= z required (but not checked)"; output Real y "Result erfc(z) for 0.5 <= z"; end erfcUtil;
Date | Description | ||
---|---|---|---|
June 22, 2015 |
|