Steven D'Aprano <[email protected]> added the comment:

>         return (-1)**k * bincoeff(n+k+1, k)

Oops, that's meant to be n+k-1.

----------

_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue35431>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to