Run ❯
Get your
own Python
server
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
# Import math Library import math # Return the inverse hyperbolic cosine of different numbers print(math.acosh(7)) print(math.acosh(56)) print(math.acosh(2.45)) print(math.acosh(1))
2.6339157938496336
4.718419142372879
1.5447131178707394
0.0