dask.array.Array.round — Dask documentation (original) (raw)
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
equivalent function