Ejemplo n.º 1
0
def tanh(a):
    '''Hyperbolic tangent of input'''
    return _maths.tanh(a)
Ejemplo n.º 2
0
def tanh(a):
    """Hyperbolic tangent of input"""
    return _maths.tanh(a)