Searched refs:fLogPi (Results 1 – 1 of 1) sorted by relevance
612 const double fLogPi = log(F_PI); in GetGamma() local640 if (fLogDivisor - fLogPi >= fLogDblMax) // underflow 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 25 milliseconds