Home
last modified time | relevance | path

Searched refs:GetBinomDistPMF (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx1231 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()
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx753 double GetBinomDistPMF(double x, double n, double p); //probability mass function

Completed in 29 milliseconds