diff options
| author | Yash Aggarwal <Aggarwal.yash2011@gmail.com> | 2019-06-01 12:51:27 +0530 |
|---|---|---|
| committer | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2019-06-01 00:21:27 -0700 |
| commit | 4a686504eb2bbf69adf78077458508a7ba131667 (patch) | |
| tree | 1fed04a5328f196e158ee5e22f3cf62044d9756c /Misc | |
| parent | 5ac0b988fd5f1428efe35329c531c7b5c74d37f6 (diff) | |
| download | cpython-git-4a686504eb2bbf69adf78077458508a7ba131667.tar.gz | |
bpo-35431: Implemented math.comb (GH-11414)
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/NEWS.d/next/Library/2019-01-02-19-48-23.bpo-35431.FhG6QA.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-01-02-19-48-23.bpo-35431.FhG6QA.rst b/Misc/NEWS.d/next/Library/2019-01-02-19-48-23.bpo-35431.FhG6QA.rst new file mode 100644 index 0000000000..34687bdb8a --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-01-02-19-48-23.bpo-35431.FhG6QA.rst @@ -0,0 +1,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.
|
