LibreOffice Module sc (master) 1
Classes
kahan.hxx File Reference
#include <rtl/math.hxx>
#include <cmath>
Include dependency graph for kahan.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  KahanSum
 This class provides LO with Kahan summation algorithm About this algorithm: https://en.wikipedia.org/wiki/Kahan_summation_algorithm For general purpose software we assume first order error is enough. More...