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 tim.peters
Recipients mark.dickinson, rhettinger, serhiy.storchaka, tim.peters
Date 2020-08-16.01:40:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597542056.46.0.626490596225.issue41513@roundup.psfhosted.org>
In-reply-to
Content
Oh no - I wouldn't use this as a default implementation. Too expensive. There is one aspect you may find especially attractive, though: unlike even the Decimal approach, it should be 100% insensitive to argument order (no info is lost before fsum() is called, and fsum's output should be unaffected by summand order).
History
Date User Action Args
2020-08-16 01:40:56tim.peterssetrecipients: + tim.peters, rhettinger, mark.dickinson, serhiy.storchaka
2020-08-16 01:40:56tim.peterssetmessageid: <1597542056.46.0.626490596225.issue41513@roundup.psfhosted.org>
2020-08-16 01:40:56tim.peterslinkissue41513 messages
2020-08-16 01:40:56tim.peterscreate