Run ❯
Get your own Python server
❯Run Code Ctrl+Alt+R
Change Orientation Ctrl+Alt+O
Change Theme Ctrl+Alt+D
Go to Spaces Ctrl+Alt+P
#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