[ python-Bugs-1514685 ] radians() doesn't work correctly

SourceForge.net noreply at sourceforge.net
Thu Jun 29 23:27:11 CEST 2006


Bugs item #1514685, was opened at 2006-06-29 21:27
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: 5
Submitted By: Lingl (gregorlingl)
Assigned to: Nobody/Anonymous (nobody)
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


More information about the Python-bugs-list mailing list