summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-01-02-19-48-23.bpo-35431.FhG6QA.rst
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.