Bugs item #1514685, was opened at 2006-06-29 21:27 Message generated for change (Settings changed) made by gregorlingl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1514685&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Python Library Group: Python 2.5 Status: Open Resolution: None >Priority: 7 Submitted By: Lingl (gregorlingl) >Assigned to: Martin v. Löwis (loewis) Summary: radians() doesn't work correctly Initial Comment: >>> from turtle import * >>> left(90) >>> heading() 90.0 >>> radians() >>> heading() 90.0 # should give pi/2, i.e. 1.5707... >>> forward(50) # turtle goes in direction 90 rad # i.e. approx. 116.62 degrees ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1514685&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com