You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discussed with Kahan summation (#33, #149), fsum is a bit slower but provably "exact" and would be the preferred "exact summation" algorithm for d3-array.
Discussed with Kahan summation (#33, #149), fsum is a bit slower but provably "exact" and would be the preferred "exact summation" algorithm for d3-array.
I've implemented it in https://observablehq.com/d/723090bd2ef54f5f ; it does not return a sum but an object that can be used to continue the sum by adding more terms.
The text was updated successfully, but these errors were encountered: