math.erfc(x)
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.
New in version 3.2.
math.erfc(x)
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.
New in version 3.2.
Please login to continue.