ID EN
Math

erfc

Python 3.11

Return the complementary error function at x. The complementary error function is defined as 1.0 - erf(x). It is used for large values of x where a subtraction from one would cause a loss of significance.

Syntax

PYTHON
math.erfc(x)