[Python-ideas] Trigonometry in degrees
Adam Bartoš
drekin at gmail.com
Fri Jun 8 04:53:34 EDT 2018
Wouldn't sin(45 * DEG) where DEG = 2 * math.pi / 360 be better that
sind(45)? This way we woudn't have to introduce new functions. (The problem
with nonexact results for nice angles is a separate issue.)
Regards,
Adam Bartoš
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20180608/abf06270/attachment.html>
More information about the Python-ideas
mailing list