Navigation
index
modules
|
next
|
previous
|
SciPy v0.8 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»
scipy.special.exp1
¶
scipy.special.
exp1
(
x
[
,
out
]
)
¶
y=exp1(z) returns the exponential integral (n=1) of complex argument z: integral(exp(-z*t)/t,t=1..inf).
Previous topic
scipy.special.expn
Next topic
scipy.special.expi
This Page
Show Source
Edit page
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
next
|
previous
|
SciPy v0.8 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»