round Source code in sparse/numba_backend/_common.py 2909 2910 2911@_support_numpy def round(x, /, decimals=0, out=None): return x.round(decimals=decimals, out=out)