Ejemplo n.º 1
0
def sqrt(a):
    '''Square root of input'''
    return _maths.sqrt(a)
Ejemplo n.º 2
0
def sqrt(a):
    """Square root of input"""
    return _maths.sqrt(a)