numpy.around — NumPy v2.2 Manual (original) (raw)

numpy.around(a, decimals=0, out=None)[source]#

Round an array to the given number of decimals.

around is an alias of round.