Scipy.org
Docs
SciPy v0.15.0 Reference Guide
Special functions (
scipy.special
)
index
modules
next
previous
scipy.special.expm1
¶
scipy.special.
expm1
(
x
)
= <ufunc 'expm1'>
¶
exp(x) - 1 for use when x is near zero.
Previous topic
scipy.special.log1p
Next topic
scipy.special.cosm1