Python cmath.exp() 方法
定义和用法
The cmath.exp()
方法接受一个复数并返回指数值。如果数字是 x,它返回 e**x,其中 e 是自然对数的底。
语法
cmath.exp(x)
参数值
参数 | 描述 |
---|---|
x | 必需的。要查找指数值的数字。 |
技术细节
返回值 | 一个 complex 值,表示复数的指数 |
---|---|
Python 版本 | 1.5 |
The cmath.exp()
方法接受一个复数并返回指数值。如果数字是 x,它返回 e**x,其中 e 是自然对数的底。
cmath.exp(x)
参数 | 描述 |
---|---|
x | 必需的。要查找指数值的数字。 |
返回值 | 一个 complex 值,表示复数的指数 |
---|---|
Python 版本 | 1.5 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]