Kaydet (Commit) 5cf55f5b authored tarafından Eike Rathke [er]'s avatar Eike Rathke [er] Kaydeden (comit) Michael Meeks

calc66: #i75279# improved accuracy of BINOMDIST; patch from Regina

Conflicts:
	sc/source/core/tool/interpr3.cxx
üst e21858af
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment