SciPy

This is documentation for an old release of SciPy (version 0.17.1). Read this page in the documentation of the latest stable release (version 1.15.1).

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