Exemple #1
0
def cosh(a):
    '''Hyperbolic cosine of input'''
    return _maths.cosh(a)
Exemple #2
0
def cosh(a):
    """Hyperbolic cosine of input"""
    return _maths.cosh(a)