Python math.e 常量

实例

打印自然常数:

  1. # 导入 math 库
  2. import math
  3. # 打印自然常数的值
  4. print (math.e)

定义与用法

math.e 常量返回自然常数(欧拉数): 2.718281828459045.


语法

  1. math.e

技术细节

返回值:一个 float 值, 2.718281828459045, 表示自然常量 e
Python 版本:1.5

分类导航