Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»
scipy.special.expm1
¶
scipy.special.
expm1
(
x
[
,
out
]
)
¶
y=expm1(x) calculates exp(x) - 1 for use when x is near zero.
Previous topic
scipy.special.log1p
Next topic
scipy.special.cosm1
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
)
»