Пример #1
0
def arccosh(a):
    '''Inverse hyperbolic cosine of input'''
    return _maths.arccosh(a)
Пример #2
0
def arccosh(a):
    """Inverse hyperbolic cosine of input"""
    return _maths.arccosh(a)