On May 3, 10:13 pm, hdante <[EMAIL PROTECTED]> wrote:

>  I believe that moving this to third party could be better. What about
> numpy ? Doesn't it already have something similar ?

Yes, Kahan summation makes sence for numpy arrays. But the problem
with this algorithm is optimizing compilers. The programmer will be
forced to use tricks like inline assembly to get around the optimizer.
If not, the optimizer would remove the desired features of the
algorithm. But then we have a serious portability problem.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to