LibreOffice Module sc (master) 1
|
#include <rtl/math.hxx>
#include <cmath>
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... | |