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