numpy.round

numpy.round_(a, decimals=0, out=None)

Round an array to the given number of decimals.

Refer to around for full documentation.

See also

around
equivalent function

Previous topic

numpy.around

Next topic

numpy.rint

This Page