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