Calculates the complementary error function (complementary Gauss error function).
Syntax:
ERFC(number)
returns the error function calculated between number and infinity, that is, the complementary error function for number.
ERFC(x) = 1 - ERF(x).
Example:
ERFC(0.5)
returns 0.479500122187.