flopscope.

flopscope.numpy.around

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

Round an array to the given number of decimals.

around is an alias of round.

See also