-
kdb+ summing
What algorithm is used in kdb+ for adding floating point numbers, when we run sum or sums?
Is it simple adding the values up in order?
I am looking for something that will minimise precision error, something like
https://en.wikipedia.org/wiki/Kahan_summation_algorithm
Log in to reply.