Message286201
| Author | mark.dickinson |
|---|---|
| Recipients | juraj.sukop, mark.dickinson, pitrou, python-dev, serhiy.storchaka, skrah, vstinner |
| Date | 2017-01-24.18:14:11 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1485281651.68.0.364924900359.issue29282@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The patch needs tests for the case where a*b overflows and c is infinite (either of the same sign as a*b or not). This combination should never return NaN, but a poor emulation of fma might do so. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-01-24 18:14:11 | mark.dickinson | set | recipients: + mark.dickinson, pitrou, vstinner, skrah, python-dev, serhiy.storchaka, juraj.sukop |
| 2017-01-24 18:14:11 | mark.dickinson | set | messageid: <1485281651.68.0.364924900359.issue29282@psf.upfronthosting.co.za> |
| 2017-01-24 18:14:11 | mark.dickinson | link | issue29282 messages |
| 2017-01-24 18:14:11 | mark.dickinson | create | |