COO.expm1

COO.expm1(out=None)[source]

Calculate exp(x) - 1 for all elements in the array.

See also

scipy.sparse.coo_matrix.expm1()
SciPy sparse equivalent function
numpy.expm1
NumPy equivalent ufunc.
COO.elemwise
Apply an arbitrary element-wise function to one or two arguments.

Notes

The out parameter is provided just for compatibility with Numpy and isn’t actually supported.