diff options
author | dante <dante19031999@gmail.com> | 2021-04-23 20:04:11 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2021-04-26 12:51:11 +0200 |
commit | 9c4e0c35d70659097b235028047efcb80dcfb10d (patch) | |
tree | 1addaf1c06c7aef566a2f5366a51ad291cec0b6c /sc/inc/math.hxx | |
parent | 0c67217d767baada12587dace9d29b955d50e774 (diff) |
Add a Kahan summation class.
Change-Id: I4021d07a2c011c2d5b2e79ecd878019d29cabd21
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114567
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sc/inc/math.hxx')
-rw-r--r-- | sc/inc/math.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/math.hxx b/sc/inc/math.hxx index 2e2ffe0f4bb6..459b82e74bcd 100644 --- a/sc/inc/math.hxx +++ b/sc/inc/math.hxx @@ -21,6 +21,7 @@ #include <formula/errorcodes.hxx> #include <rtl/math.hxx> +#include "kahan.hxx" namespace sc { |