Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»
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)
Previous topic
scipy.special.polygamma
Next topic
scipy.special.erfc
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»