[issue2819] Full precision summation

Terry J. Reedy report at bugs.python.org
Sat Aug 2 02:51:40 CEST 2008


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Comment: as a user (on x86) I agree with Tim.  I could almost see the
new version as a bugfix.

Question: I see "math module patch committed, r63542" in May 22.  But in
3.0b2, there is no math.fsum and math.sum seems to be a wrapper for
builtin sum.  Has this not been forward ported (merged) yet?
>>> math.sum
<built-in function sum>
>>> sum
<built-in function sum>
>>> math.sum is sum
False

----------
nosy: +tjreedy

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2819>
_______________________________________


More information about the Python-bugs-list mailing list