Python math.e 常数
例如:
打印欧拉数:
# Import math Library
import math
# 打印E的值
print(math.e)
1、定义和用法
math.e
常量返回Eular的数字:2.718281828459045。
2、调用语法
math.e
3、方法说明
返回值: |
|
Python Version: | 1.5 |
例如:
打印欧拉数:
# Import math Library
import math
# 打印E的值
print(math.e)
math.e
常量返回Eular的数字:2.718281828459045。
math.e
返回值: |
|
Python Version: | 1.5 |