dask.array.Array.round
dask.array.Array.round¶
- Array.round(decimals=0)[source]¶
Return array with each element rounded to the given number of decimals.
Refer to
dask.array.round()
for full documentation.See also
dask.array.round
equivalent function