Tim Peters <t...@python.org> added the comment:

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).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41513>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to