pub const LOG_FLOOR: f64 = 1e-300;
Floor for avoiding log(0) or division by zero in general computations.