Self contradiction
AlexanderNenninger opened this issue · 1 comments
AlexanderNenninger commented
You are contradicting yourself. On the one hand, you say switching to higher precision is not scalable, on the other hand, that’s what you recommend here.
sslotin commented
Poor choice of words. I meant that for other types of problems, you should switch to larger types, use double-double arithmetic, etc. The Kahan summation algorithm is just for summation, but the underlying principle can be used elsewhere.