This is documentation for an old release of SciPy (version 0.9.0). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.special.erf
-
scipy.special.erf(x[, out])
y=erf(z) returns the error function of complex argument defined as
as 2/sqrt(pi)*integral(exp(-t**2),t=0..z)