dask.array.Array.round
dask.array.Array.round¶
- Array.round(decimals=0, out=None)[source]¶
This docstring was copied from numpy.ndarray.round.
Some inconsistencies with the Dask version may exist.
Return a with each element rounded to the given number of decimals.
Refer to numpy.around for full documentation.
See also
numpy.around
equivalent function