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 FR4NKESTI3N
Recipients FR4NKESTI3N, kellerfuchs, mark.dickinson, rhettinger, serhiy.storchaka, steven.daprano, tim.peters
Date 2019-01-04.17:39:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546623562.55.0.574633721707.issue35431@roundup.psfhosted.org>
In-reply-to
Content
@steven.daprano 
> Are you also providing a perm(n, k) function?
I didn't know it is also being implemented. Should I start on that too?

My implementation is based on these requirements:

> - Spell it comb(n, k).
> - TypeError if args aren't ints.
> - ValueError if not 0 <= k <= n.

Should the bincoeff function be same with exception of allowing negative n?
History
Date User Action Args
2019-01-04 17:39:23FR4NKESTI3Nsetrecipients: + FR4NKESTI3N, tim.peters, rhettinger, mark.dickinson, steven.daprano, serhiy.storchaka, kellerfuchs
2019-01-04 17:39:22FR4NKESTI3Nsetmessageid: <1546623562.55.0.574633721707.issue35431@roundup.psfhosted.org>
2019-01-04 17:39:22FR4NKESTI3Nlinkissue35431 messages
2019-01-04 17:39:22FR4NKESTI3Ncreate