Math387::Erfc Function

double Erfc(double X);

Complement to the error function Erf.

#NameTypeDescription
1Xdouble

Returns: the complement to the error function Erf.

Remarks:

The Erfc function is defined by the following equation:

erfc(x)=2πxexp(t2)dt=1erf(x)\text{erfc}\left(x\right)=\frac{2}{\sqrt{\pi}} \int _x ^\infty \exp (-t^2) dt = 1-\text{erf}(x)
See Also: Math387::Erf, Math387::ErfInv
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler