Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/tool/
H A Dinterpr3.cxx1259 double lcl_GetBinomDistRange(double n, double xs,double xe, in lcl_GetBinomDistRange() function
1317 PushDouble(lcl_GetBinomDistRange(n,xs,xe,fFactor,p,q)); in ScB()
1325 PushDouble(lcl_GetBinomDistRange(n,n-xe,n-xs,fFactor,q,p)); in ScB()
1406 PushDouble(lcl_GetBinomDistRange(n,n-x,n,fFactor,q,p)); in ScBinomDist()
1410 PushDouble( lcl_GetBinomDistRange(n,0.0,x,fFactor,p,q)) ; in ScBinomDist()

Completed in 39 milliseconds