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 ofaround
andround
.Deprecated since version 1.25.0:
round_
is deprecated as of NumPy 1.25.0, and will be removed in NumPy 2.0. Please useround
instead.See also
around
equivalent function; see for details.