Navigation
index
modules
|
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.12 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»
scipy.special.hankel1e
¶
scipy.special.
hankel1e
(
v
,
z) returns the exponentially scaled Hankel function of the first kind for real order v and complex argument z: hankel1e(v
,
z) = hankel1(v
,
z) * exp(-1j * z
)
= <ufunc 'hankel1e'>
¶
Previous topic
scipy.special.hankel1
Next topic
scipy.special.hankel2
Quick search
Enter search terms or a module, class or function name.
Navigation
index
modules
|
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.12 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»