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 serhiy.storchaka
Recipients mark.dickinson, rhettinger, serhiy.storchaka, stutzbach
Date 2017-11-08.12:59:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510145945.37.0.213398074469.issue31980@psf.upfronthosting.co.za>
In-reply-to
Content
C99 provides functions log2(), log10() and exp2(). Is it worth to special case math.log(), math.pow() and built-in pow() for using these functions? log2(x) can be more accurate than log(x)/log(2).

There are math.log2() and math.log10(), but not math.exp2().
History
Date User Action Args
2017-11-08 12:59:05serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, mark.dickinson, stutzbach
2017-11-08 12:59:05serhiy.storchakasetmessageid: <1510145945.37.0.213398074469.issue31980@psf.upfronthosting.co.za>
2017-11-08 12:59:05serhiy.storchakalinkissue31980 messages
2017-11-08 12:59:05serhiy.storchakacreate