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.

作者 stutzbach
收信人 mark.dickinson, ned.deily, nirinA, rhettinger, steven.daprano, stutzbach, terry.reedy, tim.peters
日期 2010-01-02.14:48:15
SpamBayes Score 0.013728973
Marked as misclassified
Message-id <1262443696.42.0.868341806014.issue3366@psf.upfronthosting.co.za>
In-reply-to
内容
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?
历史
日期 用户 动作 参数
2010-01-02 14:48:16stutzbach修改recipients: + stutzbach, tim.peters, rhettinger, terry.reedy, mark.dickinson, ned.deily, nirinA, steven.daprano
2010-01-02 14:48:16stutzbach修改messageid: <1262443696.42.0.868341806014.issue3366@psf.upfronthosting.co.za>
2010-01-02 14:48:15stutzbach链接issue3366 messages
2010-01-02 14:48:15stutzbach创建