コード例 #1
0
ファイル: jymaths.py プロジェクト: olofsvensson/scisoft-core
def arctan2(a, b):
    '''Inverse tangent of a/b with correct choice of quadrant'''
    return _maths.arctan2(a, b)
コード例 #2
0
ファイル: jymaths.py プロジェクト: amundhov/scisoft-core
def arctan2(a, b):
    """Inverse tangent of a/b with correct choice of quadrant"""
    return _maths.arctan2(a, b)