Python cmath.atan() 方法
定义和用法
cmath.atan()
方法返回复数的反正切。
主要有两个分支切割
- 从 1j 沿虚轴延伸到 ∞j 向右
- 从 -1j 沿虚轴延伸到 -∞j 向左
语法
cmath.atan(x)
参数值
参数 | 描述 |
---|---|
x | 必填。要查找反正切的数字 |
技术细节
返回值 | 一个 complex 值,表示复数的反正切 |
---|---|
Python 版本 | 2.6 |
cmath.atan()
方法返回复数的反正切。
主要有两个分支切割
cmath.atan(x)
参数 | 描述 |
---|---|
x | 必填。要查找反正切的数字 |
返回值 | 一个 complex 值,表示复数的反正切 |
---|---|
Python 版本 | 2.6 |
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]