This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author TrangOul
Recipients TrangOul
Date 2020-08-12.07:36:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597217786.87.0.701727445347.issue41528@roundup.psfhosted.org>
In-reply-to
Content
"Turtle" module is closely related to geometry, which is also covered by "math" (and "cmath") module. Nevertheless, in many places in "turtle" the wheel is being reinvented. Currently, only π and basing trig functions are used.
Performance may be improved by such refactor (for example, by using "math.hypot" instead of manual calculation of vector norm).
History
Date User Action Args
2020-08-12 07:36:26TrangOulsetrecipients: + TrangOul
2020-08-12 07:36:26TrangOulsetmessageid: <1597217786.87.0.701727445347.issue41528@roundup.psfhosted.org>
2020-08-12 07:36:26TrangOullinkissue41528 messages
2020-08-12 07:36:26TrangOulcreate