Function m_adj

Source
fn m_adj<F: Float>(m_base: F::Int, dropped_bits: F::Int) -> F::Int
Expand description

Adjust a mantissa with dropped bits to perform correct rounding.

The dropped bits should be exactly the bits that get truncated (left-aligned), but they can be combined or compressed in some way that simplifies operations.