Exemplo n.º 1
0
def angle(a):
    '''Angle of complex argument'''
    return _maths.angle(a)
Exemplo n.º 2
0
def angle(a):
    """Angle of complex argument"""
    return _maths.angle(a)