log()方法返回x的自然對數,對於x>0。
語法以下是log()方法的語法:
import math
math. x )
注意:此函式是無法直接訪問的,所以我們需要匯入math模組,然後需要用math的靜態物件來呼叫這個函式。
引數mbdeiqla
返回值此方法返回x的自然對數,對於x>0。
例子下面的例子顯示了log()方法的用法。
#!/usr/bin/python
import math # this will import math module
pri程式設計客棧nt "math.log(100.12) : ", math.log(100.12)
print "math.log(100.72) : ", math.log(100.72)
print "math.log(119l) : ",mbdeiqla math.log(119l)
print "math.log(math.pi) : ", math.log(math.pi)
當我們執行上面的程式,它會產生以下結果:
math.log(100.12) : 4.60636946656
math.log(100.72) : 4.61234438974
math.log(119l) : 4.77912349311
math.log(math.pi) : 1.14472988585www.cppcns.com
本文標題: python中用於計算對數的log()方法
本文位址:
python中用於科學計算的神奇的numpy
ref 1,計算向量的點乘和向量的模 np.dot feature i,feature j,np.linalg.norm feature i,np.linalg.norm feature j,2,計算兩個向量的歐式距離 計算python numpy向量之間的歐氏距離,已知vec1和vec2是兩個nu...
註解中用於 target的方法annotation
target target說明了annotation所修飾的物件範圍 annotation可被用於 packages types 類 介面 列舉 annotation型別 型別成員 方法 構造方法 成員變數 列舉值 方法引數和本地變數 如迴圈變數 catch引數 在annotation型別的宣告中使...
VBA中用於MS Access的可變範圍
我們經常在此站點上遇到有關變數範圍以及在何處以及如何宣告變數的問題。本教程旨在涵蓋vba for ms access中的變數範圍的基礎。為了簡潔起見,我堅持常用用法。在本教程中的 過程 一詞中,實際上是指子例程或函式。範圍的定義可以看到或訪問此變數的變數範圍。變數的作用域級別可以細分如下 程式範圍在...