Searched refs:GetBinomDistPMF (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr3.cxx | 1231 double ScInterpreter::GetBinomDistPMF(double x, double n, double p) in GetBinomDistPMF() function in ScInterpreter 1299 PushDouble(GetBinomDistPMF(x,n,p)); in ScB() 1312 PushDouble(GetBinomDistPMF(xs,n,p)); in ScB() 1376 PushDouble( GetBinomDistPMF(x,n,p)); in ScBinomDist()
|
/aoo41x/main/sc/source/core/inc/ |
H A D | interpre.hxx | 731 double GetBinomDistPMF(double x, double n, double p); //probability mass function
|
Completed in 29 milliseconds