ExcelExcel 2010+
ERFC.PRECISE function in Excel
Returns the complementary ERF function integrated between x and infinity
=ERFC.PRECISE(x)ERFC.PRECISE syntax and parameters
One argument, one required.
- xnumberRequired
The lower bound for integrating ERFC.PRECISE.
ERFC.PRECISE examples
Formulas you'll actually reuse.
The complementary error function of B2:
=ERFC.PRECISE(B2)Result
0.1573ERF recovered from its complement:
=1 - ERFC.PRECISE(B2)Result
0.8427
ERFC.PRECISE in Google Sheets
Same name — your formula ports as-is.
Try ERFC.PRECISE in the playground
Edit the example — nothing to install.
Preloaded with the ERFC.PRECISE formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Excel gets this done.
- ERFCReturns the complementary error functionEngineeringGoogle Sheets
- IMLNReturns the natural logarithm of a complex numberEngineeringGoogle Sheets
- IMPOWERReturns a complex number raised to an integer powerEngineeringGoogle Sheets
- IMSQRTReturns the square root of a complex numberEngineeringGoogle Sheets
- ABSReturns the absolute value of a numberMathGoogle Sheets
- ACOSReturns the arccosine of a numberMathGoogle Sheets