Examples. We will use the options in our sample scripts. import numpy as np ar=np.array([1.57, 2.09, 2.79,-3.41,-3.62]) print(np.floor(ar))
確定! 回上一頁