运行 ❯
获取
自己的 Python
服务器
×
改变方向
改变主题,明暗
进入 Spaces
#Import math Library import math #print the hyperbolic arctangent of different numbers print (math.atanh(0.59)) print (math.atanh(-0.12)) print (math.atanh(0.99))
0.6776660677579618
-0.12058102840844404
2.6466524123622457