Searched refs:expm1 (Results 1 – 3 of 3) sorted by relevance
198 inline double expm1(double fValue) in expm1() function
1142 (::boost::math::expm1( (fNper + 1) * ::boost::math::log1p(fRate) ) - fRate); in ScGetRmz()1145 ::boost::math::expm1( fNper * ::boost::math::log1p(fRate) ); in ScGetRmz()
911 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 36 milliseconds