NumPy 經常使用數學函數

文章目錄 Unary ufuncs Binary universal funcitons Unary ufuncs 函數 描述 用法 abs fabs 計算 整型/浮點/複數 的絕對值 對於沒有複數的快速版本求絕對值 np.abs() np.fabs() sqrt 計算元素的平方根。等價於array ** 0.5 np.sqrt() square 計算元素的平方。等價於 array **2 np.
相關文章
相關標籤/搜索