numpy.ma.around#

ma.around = <numpy.ma.core._MaskedUnaryOperation object>#

Round an array to the given number of decimals.

round_ is a disrecommended backwards-compatibility alias of around and round.

Deprecated since version 1.25.0: round_ is deprecated as of NumPy 1.25.0, and will be removed in NumPy 2.0. Please use round instead.

See also

around

equivalent function; see for details.