Home
last modified time | relevance | path

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

/trunk/main/sal/inc/rtl/
H A Dmath.hxx205 inline double expm1(double fValue) in expm1() function
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx1142 (::boost::math::expm1( (fNper + 1) * ::boost::math::log1p(fRate) ) - fRate); in ScGetRmz()
1145 ::boost::math::expm1( fNper * ::boost::math::log1p(fRate) ); in ScGetRmz()
H A Dinterpr3.cxx911 return fB + fB * ::boost::math::expm1((fB-1.0) * ::boost::math::log1p(-fX)); in GetBetaDistPDF()
1031 return -::boost::math::expm1(fBeta * ::boost::math::log1p(-fXin)); in GetBetaDist()

Completed in 38 milliseconds