numpy.ma.around

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

Round an array to the given number of decimals.

around is an alias of round.

See also

ndarray.round

equivalent method

round

alias for this function

ceil, fix, floor, rint, trunc

© 2005–2024 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/2.0/reference/generated/numpy.ma.around.html