This is documentation for an old release of SciPy (version 0.10.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.special.erfc

scipy.special.erfc(x[, out]) = <ufunc 'erfc'>

y=erfc(x) returns 1 - erf(x).

Previous topic

scipy.special.erf

Next topic

scipy.special.erfinv

This Page