math.exp() 函數是 Python 標準庫中的 math 模塊提供的一個函數
math.exp()
math
import math result = math.exp(2) print(type(result)) #<class 'float'>
在這個例子中,我們將 math.exp() 函數應用于參數 2。函數返回的結果是一個浮點數(float 類型)。
2
float
億速云公眾號
手機網站二維碼
Copyright ? Yisu Cloud Ltd. All Rights Reserved. 2018 版權所有
廣州億速云計算有限公司粵ICP備17096448號-1 粵公網安備 44010402001142號增值電信業務經營許可證編號:B1-20181529