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 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 <[email protected]>
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:11mark.dickinsonsetrecipients: + mark.dickinson, pitrou, vstinner, skrah, python-dev, serhiy.storchaka, juraj.sukop
2017-01-24 18:14:11mark.dickinsonsetmessageid: <[email protected]>
2017-01-24 18:14:11mark.dickinsonlinkissue29282 messages
2017-01-24 18:14:11mark.dickinsoncreate