Beispiel #1
0
def sqrt(a):
    '''Square root of input'''
    return _maths.sqrt(a)
Beispiel #2
0
def sqrt(a):
    """Square root of input"""
    return _maths.sqrt(a)