Python cmath.acos() 方法
定义和用法
cmath.acos()
方法返回复数的反余弦。
有两个分支切割
- 从 1 沿实轴向右延伸到 ∞
- 从 -1 沿实轴向左延伸到 -∞。
语法
cmath.acos(x)
参数值
参数 | 描述 |
---|---|
x | 必需。要查找其反余弦的数字 |
技术细节
返回值 | 一个 complex 值,表示数字的反余弦。如果返回值可以表示为实数,则返回值的虚部为 0 |
---|---|
Python 版本 | 1.5 |
cmath.acos()
方法返回复数的反余弦。
有两个分支切割
cmath.acos(x)
参数 | 描述 |
---|---|
x | 必需。要查找其反余弦的数字 |
返回值 | 一个 complex 值,表示数字的反余弦。如果返回值可以表示为实数,则返回值的虚部为 0 |
---|---|
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]