<languages />
Python cmath.e常数
❮cmath方法
例
打印Euler e的值:
# Import cmath Library
import cmath
# Print the value of Euler e
print (cmath.e)
定义和用法
The
cmath.e
常量返回eular的数字:2.718281828459045。
句法
cmath.e
技术细节
返回值:
|
A
float
值2.718281828459045,代表数学常数
e
|
Python版本:
|
1.5
|
❮cmath方法