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 ofaroundandround.Deprecated since version 1.25.0:
round_is deprecated as of NumPy 1.25.0, and will be removed in NumPy 2.0. Please useroundinstead.See also
aroundequivalent function; see for details.