This function calculates the complementary error function of an input x.
erfc(x)
x
erfc is implemented using the function qnorm.
The return is a numeric.
Xuejun Liu
qnorm
erfc(0.5)