示例#1
0
def arcsinh(a):
    '''Inverse hyperbolic sine of input'''
    return _maths.arcsinh(a)
示例#2
0
def arcsinh(a):
    """Inverse hyperbolic sine of input"""
    return _maths.arcsinh(a)