Esempio n. 1
0
def arcsinh(a):
    '''Inverse hyperbolic sine of input'''
    return _maths.arcsinh(a)
Esempio n. 2
0
def arcsinh(a):
    """Inverse hyperbolic sine of input"""
    return _maths.arcsinh(a)