numpy.memmap.round#

方法

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

返回 a,其中每个元素都四舍五入到指定的小数位数。

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

另请参阅

numpy.around

等效函数