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