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.round
equivalent method
round
alias for this function
ceil
fix
floor
rint
trunc
Getting Started
How to Use
Internals
Reference