NumPy v1.11手动
索引
numpy.memmap.round
¶
memmap.
round
(
decimals=0
,
out=None
)
¶
返回
a
,每个元素四舍五入为给定的小数位数。
有关完整文档,请参阅
numpy.around
。
也可以看看
numpy.around
等效函数