numpy.around# numpy.around(a, decimals=0, out=None)[原始碼]# Round an array to the given number of decimals. around is an alias of round. 也參考 ndarray.roundequivalent method roundalias for this function ceil, fix, floor, rint, trunc