pbeshai / tidy

Tidy up your data with JavaScript, inspired by dplyr and the tidyverse
https://pbeshai.github.io/tidy
MIT License
727 stars 22 forks source link

refactor: switch to d3-array fsum for floating point sum #5

Closed veltman closed 3 years ago

veltman commented 3 years ago

Switches from manual implementation of a floating point sum algo to d3 fsum - thanks @fil!

Also, since this is only used internally, accessor will always be defined, so not bothering to handle the other case.