Exemple #1
0
def arctanh(a):
    '''Inverse hyperbolic tangent of input'''
    return _maths.arctanh(a)
Exemple #2
0
def arctanh(a):
    """Inverse hyperbolic tangent of input"""
    return _maths.arctanh(a)