R. David Murray added the comment:

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.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28614>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to