numpy.around# numpy.around(a, decimals=0, out=None)[原始碼]# 將陣列四捨五入到給定的小數位數。 around 是 round 的別名。 參見 ndarray.round等效方法 round此函數的別名 ceil, fix, floor, rint, trunc