erfc

math.erfc()

Returns the complementary error function at x (math).

a??
b??

REMARKS
* 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.
* You can use the math.erf function to

import math 

© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited Top