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 mark.dickinson
Recipients kellerfuchs, mark.dickinson, rhettinger, serhiy.storchaka, steven.daprano, tim.peters
Date 2018-12-07.13:08:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544188106.53.0.788709270274.issue35431@psf.upfronthosting.co.za>
In-reply-to
Content
> Mathematically, `binomial(n, k)` for `k > n` is defined as 0.

It's not so clear cut. You can find different definitions out there. Knuth et. al., for example, in the book "Concrete Mathematics", extend the definition not just to negative k, but to negative n as well. Mathematicians aren't very good at agreeing on things. :-)

But that doesn't really matter: what we need to decide is what behaviour is useful for the users of the function.
History
Date User Action Args
2018-12-07 13:08:26mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger, steven.daprano, serhiy.storchaka, kellerfuchs
2018-12-07 13:08:26mark.dickinsonsetmessageid: <1544188106.53.0.788709270274.issue35431@psf.upfronthosting.co.za>
2018-12-07 13:08:26mark.dickinsonlinkissue35431 messages
2018-12-07 13:08:26mark.dickinsoncreate