Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:atan2

140 _math_functions = ['acos', 'asin', 'atan', 'atan2', 'ceil', 'cos', 'cosh',
1806 result = round(math.atan2(y, x)*180.0/math.pi, 10) % 360.0
1821 result = round(math.atan2(y, x)*180.0/math.pi, 10) % 360.0