in reply to
Best way to sum an array?
Also check out the
Kahan summation algorithm
, implemented in
Math::Utils
::fsum.
Comment on
Re: Best way to sum an array?
In Section
Seekers of Perl Wisdom