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