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