mirror of
https://github.com/paboyle/Grid.git
synced 2026-06-19 10:23:43 +01:00
0650d7c7eb
Accumulate in sobjD throughout rather than accumulating in sobj and converting the final sum. For float fields this matters: summing N floats then casting loses O(N*eps_float) relative precision vs accumulating in double from the start. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>