執行 ❯
擁有你自己的 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