Searched refs:fLogPi (Results 1 – 1 of 1) sorted by relevance
610 const double fLogPi = log(F_PI); in GetGamma() local638 if (fLogDivisor - fLogPi >= fLogDblMax) // underflow in GetGamma()642 if (fLogPi - fLogDivisor > fLogDblMax) // overflow in GetGamma()648 return exp( fLogPi - fLogDivisor) * ((::rtl::math::sin( F_PI*fZ) < 0.0) ? -1.0 : 1.0); in GetGamma()