double Erf(double X);
Error function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | double | X in Error function definition. |
Returns: the error function for given parameter X.
Remarks:
The error function is defined by the following equation:
See Also: Math387::Erfc, Math387::ErfInv
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler