numpy.log(math.log)

此處先介紹log經常使用的兩個底數計算(以10爲底和以e爲底),之後再補充完畢 1以10爲底:python import numpy as np np.log10(x) 如:web >>> np.log10(100) 2.0 >>> 2,e爲底 log下什麼都不寫默認是天然對數 如:svg >>> np.log(np.e) 1.0 >>> np.log(10) 2.3025850929940459
相關文章
相關標籤/搜索
本站公眾號
   歡迎關注本站公眾號,獲取更多信息