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 mark.dickinson
Recipients mark.dickinson, rhettinger, serhiy.storchaka, stutzbach
Date 2017-11-08.19:55:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510170940.17.0.213398074469.issue31980@psf.upfronthosting.co.za>
In-reply-to
Content
> There is no two-argument libm `log`. Two-argument log(x, base) is implemented as log(x) / log(base).

Yep. But log(x) / log(base) is monotonic in x for a fixed base, assuming that the libm log is. My objections still hold. :-) Please let's keep the math.log implementation simple (or at least, no more complicated than it already is).
History
Date User Action Args
2017-11-08 19:55:40mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, stutzbach, serhiy.storchaka
2017-11-08 19:55:40mark.dickinsonsetmessageid: <1510170940.17.0.213398074469.issue31980@psf.upfronthosting.co.za>
2017-11-08 19:55:40mark.dickinsonlinkissue31980 messages
2017-11-08 19:55:40mark.dickinsoncreate