dask.array.round

dask.array.round

dask.array.round(a, decimals=0)[source]

Round an array to the given number of decimals.

This docstring was copied from numpy.round.

Some inconsistencies with the Dask version may exist.

See also

around

equivalent function; see for details.