ERFC


Description Computes the complementary "error" function.

Syntax ERFC( x)
Argument Description
x The value at which the function will be evaluated.

Remarks Used to compute errors in larger cases of x, where the ERF function would lose digits while approaching 1 as a limit.

Equation

Examples This function returns 0.157272:

ERFC(1)

See Also ERF, NORMDIST, NORMSDIST