[issue2138] Add a factorial function

Ilan Schnell report at bugs.python.org
Tue Mar 18 00:18:36 CET 2008


Ilan Schnell <ilanschnell at gmail.com> added the comment:

The factorial function is most likely to be used in context with other
combinatorial functions (like binomial coefficients) for these functions
an external module seems most appropriate.  Most likely people would
use a factorial function only for some small toy calculation, for those
cases one can always roll a factorial function oneself.  Python should
therefore not be cluttered with this function.  I discussed this with
several developers at PyCon08, and have therefore decided to close the
discussion for now.

----------
components: +Library (Lib) -Interpreter Core
nosy: +ilan
priority:  -> normal
resolution:  -> rejected
status: open -> closed
title: Factorial -> Add a factorial function

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2138>
__________________________________


More information about the Python-bugs-list mailing list