blob: 34687bdb8a251fbb1b52f9c6dbda42b9408ccbf0 (
plain)
1
2
3
4
|
Implement :func:`math.comb` that returns binomial coefficient, that computes
the number of ways to choose k items from n items without repetition and
without order.
Patch by Yash Aggarwal and Keller Fuchs.
|