This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients FR4NKESTI3N, mark.dickinson
Date 2019-01-02.12:43:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546433000.01.0.140555825314.issue35637@roundup.psfhosted.org>
In-reply-to
Content
See related discussion in issue #33083.

Are you aware that `math.gamma` and `math.lgamma` exist? These already provide the ability to compute the "factorial" of a non-integral input.

I'd be opposed to extending math.factorial to accept non-integral floats.
History
Date User Action Args
2019-01-02 12:43:21mark.dickinsonsetrecipients: + mark.dickinson, FR4NKESTI3N
2019-01-02 12:43:20mark.dickinsonsetmessageid: <1546433000.01.0.140555825314.issue35637@roundup.psfhosted.org>
2019-01-02 12:43:20mark.dickinsonlinkissue35637 messages
2019-01-02 12:43:19mark.dickinsoncreate