scipy.sparse.coo_array.

expm1#

coo_array.expm1()[source]#

Element-wise expm1. See numpy.expm1 for more information.

Returns:
expm1sparse array / matrix

Result of applying numpy.expm1 to the data of this sparse matrix.