Python -Numpy函数:np.round(),np.around(),np.floor(),np.ceil(), ... a=np.array([1.23,2.31,31.23,66.23]) print(np.round(a)) ... floor字面意思:地板
確定! 回上一頁