[issue35431] The math module should provide a function for computing binomial coefficients

Serhiy Storchaka report at bugs.python.org
Fri Dec 7 06:30:06 EST 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

I think that it is better to add this function in a new module imath, which could contain other integer functions: factorial, gcs, as_integer_ration, isqrt, isprime, primes.

See https://mail.python.org/pipermail/python-ideas/2018-July/051917.html

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35431>
_______________________________________


More information about the Python-bugs-list mailing list