[Libreoffice-commits] core.git: sc/source
Thomas Arnhold
thomas at arnhold.org
Fri Jan 10 10:13:34 PST 2014
sc/source/core/tool/interpr3.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 28412c1d477b43397f684aea9af7557ddcbce3a5
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Fri Jan 10 19:09:57 2014 +0100
restore original comment
Thanks to Sven Wehner for pointing this out.
diff --git a/sc/source/core/tool/interpr3.cxx b/sc/source/core/tool/interpr3.cxx
index 946fb7b..eb5d076 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
More information about the Libreoffice-commits
mailing list