Skip to content
Google Sheets

ERFC.PRECISE function in Google Sheets

See

=ERFC.PRECISE(z)

ERFC.PRECISE syntax and parameters

One argument, one required.

  • znumberRequired

    The number for which to calculate the complementary Gauss error function.

ERFC.PRECISE examples

Formulas you'll actually reuse.

  1. The complementary error function of B2:

    =ERFC.PRECISE(B2)

    Result0.1573

  2. ERF recovered from its complement:

    =1 - ERFC.PRECISE(B2)

    Result0.8427

ERFC.PRECISE in Excel

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…