This function calculates the complementary error function integrated between a lower limit and infinity.
Syntax
ERFC(lowerlimit)
Arguments
The argument is the lower limit from which to integrate to infinity when calculating this function.
Remarks
This function calculates the complementary error function as follows:
where x is the lower limit specified in the argument.
Data Types
Accepts numeric data. Returns numeric data.
Examples
ERFC(K16)
ERFC(R16C11)
ERFC(0.49) gives the result 0.48833174
See Also