dask.array.around# dask.array.around(x, decimals=0)[source]# Round an array to the given number of decimals. This docstring was copied from numpy.around. Some inconsistencies with the Dask version may exist. around is an alias of ~numpy.round. See also ndarray.roundequivalent method roundalias for this function ceil, fix, floor, rint, trunc