Run ❯
Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to 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