TRUECALC
Functions

ERFC.PRECISE

Complementary error function (precise)

Try it

When to use it

When should I use ERFC.PRECISE instead of ERFC?

Use ERFC.PRECISE for a precise single-argument complementary error function; it behaves identically to ERFC(x) but was introduced for compatibility with the ISO-standard function naming.

Used in

engineering · science

Syntax

ERFC.PRECISE(x)

Examples

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

On this page