1 2 3
pub(crate) const MIN_READ_THRESH: f64 = 1e-5; pub(crate) const EM_DENOM_THRESH: f64 = 1e-30_f64;