Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx950 double fLogY = (fX < 0.1) ? ::boost::math::log1p(-fX) : log(0.5-fX+0.5); in GetBetaDistPDF() local
953 double fBm1LogY = (fB-1.0) * fLogY; in GetBetaDistPDF()

Completed in 32 milliseconds