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

scipy.special.erf

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

y=erf(z) returns the error function of complex argument defined as as 2/sqrt(pi)*integral(exp(-t**2),t=0..z)

Previous topic

scipy.special.multigammaln

Next topic

scipy.special.erfc

This Page