TRUECALC
Functions

ERFC

Complementary error function

Try it

When to use it

When should I use ERFC?

Use ERFC to compute the complementary error function (1 - ERF(x)), which is numerically stable for large x where ERF(x) is very close to 1.

Used in

engineering · science

Syntax

ERFC(x)

Examples

=ERFC(2) // => 0.0046777349810472645
=ERFC(0) // => 1
=ERFC(1) // => 0.15729920705028488

On this page