代码点读机 / Python / math.e

math.e Python · 模块功能

自然常数 e 的精确近似值。

怎么用

import math
math.e

小例子

import math
print(math.e)

运行结果

2.718281828459045

提醒:指数对数里常见。

官方文档:https://docs.python.org/zh-cn/3/library/math.html#math.e

在代码里遇到不认识的词?打开代码点读机,点一下就懂 → ← Python全部词条