Python cmath.tanh() 方法
定义和用法
The cmath.tanh()
method 返回复数的双曲正切。
语法
cmath.tanh(x)
参数值
参数 | 描述 |
---|---|
x | 必需。要查找双曲正切的数字。如果值不是数字,则返回 TypeError |
技术细节
返回值 | 一个 complex 值,表示复数的双曲正切 |
---|---|
Python 版本 | 1.5 |
The cmath.tanh()
method 返回复数的双曲正切。
cmath.tanh(x)
参数 | 描述 |
---|---|
x | 必需。要查找双曲正切的数字。如果值不是数字,则返回 TypeError |
返回值 | 一个 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]