Returns the complementary error function integrated between x and infinity.
Sintassi
ERFC(x)Argomenti
xobbligatorio
The lower bound for integrating the error function.
The ERFC function calculates the complementary error function, which is defined as 1 minus the error function (ERF). It is commonly used in probability, statistics, and engineering applications involving diffusion or heat conduction.
=ERFC(1)→0.157299Calculates the complementary error function for the value 1.
Select a cell
Click on the cell where you want to display the result.
Enter the formula
Type =ERFC(x) and replace x with the desired numeric value.
Press Enter
Press Enter to calculate the complementary error function.
ERFC(x) is equal to 1 - ERF(x).