Python3 math.e常量 - 自然常數(shù)e

2023-04-23 17:57 更新

Python math 模塊  math 模塊


描述

Python math.e 常量用于返回歐拉數(shù) (2.7182...)。


語法

math.e 常量語法如下:

math.e

返回值

返回一個浮點數(shù) 2.718281828459045,表示數(shù)學常數(shù) e。


實例

以下實例返回歐拉數(shù) (2.7182...):

# 導入 math 包
import math

# 輸出 e 的值
print (math.e)

輸出結果:

2.718281828459045

Python math 模塊  math 模塊


以上內容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號