返回一个数的互补误差函数
用法:
erfc(X) -> float()
返回参数 X 的互补误差函数
Erfc = math:erfc(0.5), io:format("Erfc is ~p~n", [Erfc]).