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