HALF_LOG_2_PI property
Avoid repeated computation of log of 2 PI in logGamma
Implementation
static final double HALF_LOG_2_PI = 0.5 * math.log(2.0 * math.pi);
Avoid repeated computation of log of 2 PI in logGamma
static final double HALF_LOG_2_PI = 0.5 * math.log(2.0 * math.pi);