Searched refs:lcl_GetBinomDistRange (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/sc/source/core/tool/ |
H A D | interpr3.cxx | 1259 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 21 milliseconds