numpy.ma.MaskedArray.round

原文:https://docs.scipy.org/doc/numpy/reference/generated/numpy.ma.MaskedArray.round.html

译者:飞龙 UsyiyiCN

校对:(虚位以待)

MaskedArray.round(decimals=0, out=None)[source]

返回四舍五入到给定小数位数的每个元素。

有关完整文档,请参阅numpy.around

也可以看看

ndarray.around
ndarrays的相应函数
numpy.around
等效函数