Searched refs:HALF_LOG_2_PI (Results 1 – 2 of 2) sorted by relevance
49 private static final double HALF_LOG_2_PI = 0.5 * FastMath.log(MathUtils.TWO_PI); field in SaddlePointExpansion115 z - HALF_LOG_2_PI; in getStirlingError()
62 private static final double HALF_LOG_2_PI = 0.5 * FastMath.log(2.0 * FastMath.PI); field in Gamma111 HALF_LOG_2_PI + FastMath.log(sum / x); in logGamma()