]> granicus.if.org Git - python/commit
bpo-35431: Refactor math.comb() implementation. (GH-13725)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 1 Jun 2019 19:09:02 +0000 (22:09 +0300)
committerGitHub <noreply@github.com>
Sat, 1 Jun 2019 19:09:02 +0000 (22:09 +0300)
commit2b843ac0ae745026ce39514573c5d075137bef65
tree8e176372e55d171590b4c798d6deaf9311cbef8c
parent9843bc110dc4241ba7cb05f3d3ef74ac6c77caf2
bpo-35431: Refactor math.comb() implementation. (GH-13725)

* Fixed some bugs.
* Added support for index-likes objects.
* Improved error messages.
* Cleaned up and optimized the code.
* Added more tests.
Doc/library/math.rst
Lib/test/test_math.py
Modules/clinic/mathmodule.c.h
Modules/mathmodule.c