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, mark.dickinson, pitrou, rhettinger, skip.montanaro, terry.reedy, vstinner
日期 2008-12-16.21:00:29
SpamBayes Score 1.353243e-05
Marked as misclassified
Message-id <1229461230.96.0.8200809756.issue3439@psf.upfronthosting.co.za>
In-reply-to
内容
Looks good.  Marking as accepted.

Before applying, consider adding back the part of the docs with the '1 +
floor(...' definition.  I think it provides a useful alternative way to
look at what the method does.  Also, it gives a useful mathematical
expression that can be used in reasoning about invariants.  More
importantly, we should provide it because it is so easy to make a
mistake when rolling your own version of the formula (i.e. using ceil
instead of floor or having an off by one error).
历史
日期 用户 动作 参数
2008-12-16 21:00:31rhettinger修改recipients: + rhettinger, skip.montanaro, terry.reedy, mark.dickinson, pitrou, vstinner, fredrikj
2008-12-16 21:00:30rhettinger修改messageid: <1229461230.96.0.8200809756.issue3439@psf.upfronthosting.co.za>
2008-12-16 21:00:30rhettinger链接issue3439 messages
2008-12-16 21:00:29rhettinger创建