Message332987
| 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? |
|