This is documentation for an old release of SciPy (version 0.10.1). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.special.expm1
-
scipy.special.expm1(x[, out]) = <ufunc 'expm1'>
y=expm1(x) calculates exp(x) - 1 for use when x is near zero.