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 kellerfuchs
Recipients kellerfuchs, mark.dickinson, rhettinger, serhiy.storchaka, steven.daprano, tim.peters
Date 2018-12-07.16:52:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544201569.75.0.788709270274.issue35431@psf.upfronthosting.co.za>
In-reply-to
Content
> I'd personally prefer that floats not be accepted; I think this was a misfeature of `factorial` that we shouldn't compound.

OK; I only went with that because I assumed there were Good Reasons© that factorial did it, but if rejecting integral floats isn't going to be a controversial move I'm also in favor of it.

Updating the PR momentarily to check that binomial rejects floats.
History
Date User Action Args
2018-12-07 16:52:49kellerfuchssetrecipients: + kellerfuchs, tim.peters, rhettinger, mark.dickinson, steven.daprano, serhiy.storchaka
2018-12-07 16:52:49kellerfuchssetmessageid: <1544201569.75.0.788709270274.issue35431@psf.upfronthosting.co.za>
2018-12-07 16:52:49kellerfuchslinkissue35431 messages
2018-12-07 16:52:49kellerfuchscreate