erfc

fnreal erfc(real x)

Complementary 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)).