Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx639 double fLogDivisor = lcl_GetLogGammaHelper(1-fZ) + log( fabs( ::rtl::math::sin( F_PI*fZ))); in GetGamma() local
640 if (fLogDivisor - fLogPi >= fLogDblMax) // underflow in GetGamma()
643 if (fLogDivisor<0.0) in GetGamma()
644 if (fLogPi - fLogDivisor > fLogDblMax) // overflow in GetGamma()
650 return exp( fLogPi - fLogDivisor) * ((::rtl::math::sin( F_PI*fZ) < 0.0) ? -1.0 : 1.0); in GetGamma()

Completed in 33 milliseconds