运行 ❯
获取您的
自己的 Python
服务器
×
更改方向
更改主题,深色/浅色
前往 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