diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-01-10 19:09:57 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-01-10 19:09:57 +0100 |
commit | 28412c1d477b43397f684aea9af7557ddcbce3a5 (patch) | |
tree | 4fd783fc252324ffd05e4359cf088191deca1182 | |
parent | ec5903ddb6165f0882aa1ffe4f3ff3e1c1127910 (diff) |
restore original comment
Thanks to Sven Wehner for pointing this out.
-rw-r--r-- | sc/source/core/tool/interpr3.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/core/tool/interpr3.cxx b/sc/source/core/tool/interpr3.cxx index 946fb7b2e3b2..eb5d076e62f9 100644 --- a/sc/source/core/tool/interpr3.cxx +++ b/sc/source/core/tool/interpr3.cxx @@ -905,7 +905,8 @@ double ScInterpreter::GetBetaDistPDF(double fX, double fA, double fB) /* x^a * (1-x)^b - Ix(a,b) * result of ContFrac a * Beta(a,b) + I_x(a,b) = ---------------- * result of ContFrac + a * Beta(a,b) */ static double lcl_GetBetaHelperContFrac(double fX, double fA, double fB) { // like old version |