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 vstinner
Recipients mark.dickinson, vstinner
Date 2015-03-05.23:03:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425596624.14.0.240469819987.issue23595@psf.upfronthosting.co.za>
In-reply-to
Content
We may add tests on fsum() with nan:

assert fsum([nan, nan, nan]) == nan
assert fsum([nan, 1.0, inf]) == nan
assert fsum([nan, 1.0, -inf]) == nan
History
Date User Action Args
2015-03-05 23:03:44vstinnersetrecipients: + vstinner, mark.dickinson
2015-03-05 23:03:44vstinnersetmessageid: <1425596624.14.0.240469819987.issue23595@psf.upfronthosting.co.za>
2015-03-05 23:03:44vstinnerlinkissue23595 messages
2015-03-05 23:03:44vstinnercreate