numpy.around# numpy.around(a, decimals=0, out=None)[source]# 将数组舍入到给定的小数位数。 around 是 round 的别名。 另请参阅 ndarray.round等效方法 round此函数的别名 ceil, fix, floor, rint, trunc