numpy.ndarray.round#

方法

ndarray.round(decimals=0, out=None)#

返回 a,其中每个元素四舍五入到给定的位数.

请参阅 numpy.around 以获取完整文档.

参见

numpy.around

等效函数