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 r.david.murray
Recipients airwin, docs@python, r.david.murray
Date 2016-11-04.19:29:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478287756.92.0.145666388396.issue28614@psf.upfronthosting.co.za>
In-reply-to
Content
My guess is that the formula is not using integer division.  There are two elements, n=0, and n=1.  1 is less than 1.5.  In python2 it would be a natural assumption that that formula was referring to python2 division, and that should be clarified if I'm right.
History
Date User Action Args
2016-11-04 19:29:16r.david.murraysetrecipients: + r.david.murray, docs@python, airwin
2016-11-04 19:29:16r.david.murraysetmessageid: <1478287756.92.0.145666388396.issue28614@psf.upfronthosting.co.za>
2016-11-04 19:29:16r.david.murraylinkissue28614 messages
2016-11-04 19:29:16r.david.murraycreate