ERFC(x)
ERFC function returns the complementary error function, defined as
1 - erf(x).
erfc(x) is calculated more accurately than 1 - erf(x) for arguments larger than about 0.5.
ERFC(6) equals 2.15197367e-17.
ERF.