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