erfc
fn
real erfc(real x) pure nothrow @safe @nogcComplementary error function
erfc(x) = 1 - erf(x) = 2/ √(π) ∫x∞ exp( - t2) dt
This function has high relative accuracy for values of x far from zero. (For values near zero, use erf(x)).