Message274596
| Author | mark.dickinson |
|---|---|
| Recipients | mark.dickinson, steven.daprano, tim.peters |
| Date | 2016-09-06.18:43:24 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1473187404.06.0.962565645368.issue27975@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
[Steven]
> Versus the even simpler model:
> "Return whether the number x is a NAN."
But what you're proposing doesn't match that description! Under your proposal, `math.isnan(10**1000)` would be `False`, but `math.isnan(Fraction(10**1000))` would again raise an `OverflowError`, as would `math.isnan(Decimal('1e500'))`. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-06 18:43:24 | mark.dickinson | set | recipients: + mark.dickinson, tim.peters, steven.daprano |
| 2016-09-06 18:43:24 | mark.dickinson | set | messageid: <1473187404.06.0.962565645368.issue27975@psf.upfronthosting.co.za> |
| 2016-09-06 18:43:24 | mark.dickinson | link | issue27975 messages |
| 2016-09-06 18:43:24 | mark.dickinson | create | |