numpy.memmap.round

方法

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

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

参照 numpy.around 完整文件。

参见

numpy.around

等效函数