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 stutzbach
Recipients mark.dickinson, ned.deily, nirinA, rhettinger, steven.daprano, stutzbach, terry.reedy, tim.peters
Date 2010-01-02.14:48:15
SpamBayes Score 0.013728973
Marked as misclassified No
Message-id <1262443696.42.0.868341806014.issue3366@psf.upfronthosting.co.za>
In-reply-to
Content
Any time I've ever needed log2(x), log(x)/log(2) was sufficient.

In Python, exp2(x) can be spelled 2.0**x.  What would exp2(x) gain us?
History
Date User Action Args
2010-01-02 14:48:16stutzbachsetrecipients: + stutzbach, tim.peters, rhettinger, terry.reedy, mark.dickinson, ned.deily, nirinA, steven.daprano
2010-01-02 14:48:16stutzbachsetmessageid: <1262443696.42.0.868341806014.issue3366@psf.upfronthosting.co.za>
2010-01-02 14:48:15stutzbachlinkissue3366 messages
2010-01-02 14:48:15stutzbachcreate