Computes the complementary error function.
- x (Double)
- The argument.
The value of erfc(x) = 1 - erf(x).
The complementary error function can be used to express the area in the tails of a Bell curve beyond a given distance from its center.
It can be defined via an integral:

For small values of x, erfc(x) ≈ 1 to within floating-point accuracy. To obtain accurate values of erfc(x) = 1 - erf(x) in this region, use the Erf(Double) function.