On this page
numpy.ma.MaskedArray.round
method
ma.MaskedArray.round(decimals=0, out=None)[source]- 
    
Return each element rounded to the given number of decimals.
Refer to
numpy.aroundfor full documentation.See also
numpy.ndarray.round- 
       
corresponding function for ndarrays
 numpy.around- 
       
equivalent function
 
 
© 2005–2021 NumPy Developers
Licensed under the 3-clause BSD License.
 https://numpy.org/doc/1.20/reference/generated/numpy.ma.MaskedArray.round.html