Function repr

Source
fn repr<F: Float>(e: F::Int, m: F::Int) -> F::Int
Expand description

Shift the exponent to its position and add the mantissa.

If the mantissa has the implicit bit set, the exponent should be one less than its actual value to cancel it out.