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