求一个数的反双曲余弦。
math.acosh(x)复制
math.acosh(x)
def test(): ret=math.acosh(10) print(ret)复制
def test():
ret=math.acosh(10)
print(ret)