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.

作者 rhettinger
收信人 fredrikj, loewis, rhettinger
日期 2008-07-24.21:39:56
SpamBayes Score 0.25514093
Marked as misclassified
Message-id <1216935598.26.0.118628105023.issue3439@psf.upfronthosting.co.za>
In-reply-to
内容
Another reason to leave frexp() untouched  is that it is tightly 
coupled to ldexp() as its inverse, for a lossless roundtrip:

  assert ldexp(*frexp(pi)) == pi

This relationship is bound to get mucked-up or confused if frexp starts 
accepting large integers that are no exactly representable as floats 
(i.e. 2**100+1).
历史
日期 用户 动作 参数
2008-07-24 21:39:58rhettinger修改spambayes_score: 0.255141 -> 0.25514093
recipients: + rhettinger, loewis, fredrikj
2008-07-24 21:39:58rhettinger修改spambayes_score: 0.255141 -> 0.255141
messageid: <1216935598.26.0.118628105023.issue3439@psf.upfronthosting.co.za>
2008-07-24 21:39:57rhettinger链接issue3439 messages
2008-07-24 21:39:56rhettinger创建