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