COO.round

COO.round(decimals=0, out=None)[source]

Evenly round to the given number of decimals.

See also

numpy.round
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.