summaryrefslogtreecommitdiff
path: root/sc/source/core/inc
diff options
context:
space:
mode:
authorEike Rathke [er] <eike.rathke@oracle.com>2011-03-11 18:11:21 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-12-04 07:17:09 +0000
commit5cf55f5b7800e443c4f087e72ae05abc8b7fef45 (patch)
treeab267adf7aca0da0d74f05715fb90034bbe947d1 /sc/source/core/inc
parente21858afef0f805d73a00dc66e092c159d369033 (diff)
calc66: #i75279# improved accuracy of BINOMDIST; patch from Regina
Conflicts: sc/source/core/tool/interpr3.cxx
Diffstat (limited to 'sc/source/core/inc')
-rw-r--r--sc/source/core/inc/interpre.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/inc/interpre.hxx b/sc/source/core/inc/interpre.hxx
index b0cfa6a5e630..cec4d2064414 100644
--- a/sc/source/core/inc/interpre.hxx
+++ b/sc/source/core/inc/interpre.hxx
@@ -709,6 +709,7 @@ double GetGamma(double x);
double GetLogGamma(double x);
double GetBeta(double fAlpha, double fBeta);
double GetLogBeta(double fAlpha, double fBeta);
+double GetBinomDistPMF(double x, double n, double p); //probability mass function
void ScLogGamma();
void ScGamma();
void ScPhi();