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 gvanrossum
Recipients Camion, gvanrossum, rhettinger
Date 2021-01-10.23:47:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610322452.23.0.954489215514.issue42886@roundup.psfhosted.org>
In-reply-to
Content
I guess another approach might be to change the math module so that all its functions support franctions (and decimal, and other esoteric number types). But that would require having __log__ and many others as methods on the numeric types.

Personally I wish we had kept the math module for C doubles (Python floats) only -- I fear that it has become a mash-up of such functions with random other things people may remember from their high school math classes such as factorial(). This is just asking for misunderstandings like this. :-(
History
Date User Action Args
2021-01-10 23:47:32gvanrossumsetrecipients: + gvanrossum, rhettinger, Camion
2021-01-10 23:47:32gvanrossumsetmessageid: <1610322452.23.0.954489215514.issue42886@roundup.psfhosted.org>
2021-01-10 23:47:32gvanrossumlinkissue42886 messages
2021-01-10 23:47:32gvanrossumcreate