Searched refs:GetBinomDistPMF (Results 1 – 2 of 2) sorted by relevance
/aoo42x/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()
|
/aoo42x/main/sc/source/core/inc/ |
H A D | interpre.hxx | 753 double GetBinomDistPMF(double x, double n, double p); //probability mass function
|
Completed in 62 milliseconds