math.atanh(x) 返回 x 的反双曲正切值。
math.atanh(x) 的参数介于 -0.99 到 0.99 之间。
math.atanh() 方法语法如下:
math.atanh(x)
参数说明:
TypeError
.返回一个浮点数,表示 x 的反双曲正切值。
以下实例返回数字的双曲正切值:
# 导入 math 包
import math
# 输出双曲正切值
print(math.atanh(0.59))
print(math.atanh(-0.12))
输出结果:
0.6776660677579618
-0.12058102840844402
备案信息: 粤ICP备15087711号-2
Copyright © 2008-2024 啊嘎哇在线工具箱 All Rights.
本站所有资料来源于网络,版权归原作者所有,仅作学习交流使用,如不慎侵犯了您的权利,请联系我们。