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 kellerfuchs
Recipients kellerfuchs, mark.dickinson, rhettinger, serhiy.storchaka, steven.daprano, tim.peters
Date 2018-12-07.16:49:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544201379.82.0.788709270274.issue35431@psf.upfronthosting.co.za>
In-reply-to
Content
@Mark Dickinson:
> You don't mean the "k=0" part of that, right?

Indeed not; the tests in the PR actually assert binomial(n, n) == binomial(n, 0) == 1.
History
Date User Action Args
2018-12-07 16:49:39kellerfuchssetrecipients: + kellerfuchs, tim.peters, rhettinger, mark.dickinson, steven.daprano, serhiy.storchaka
2018-12-07 16:49:39kellerfuchssetmessageid: <1544201379.82.0.788709270274.issue35431@psf.upfronthosting.co.za>
2018-12-07 16:49:39kellerfuchslinkissue35431 messages
2018-12-07 16:49:39kellerfuchscreate