NumPy. NumPy主要的內容操作是陣列(Array)。陣列物件名稱為ndarray。 numpy1.py. import numpy as np ... np.sqrt(x): 平方根。 np.sin(x): 取得sin。
確定! 回上一頁