Function into_sig_exp

Source
fn into_sig_exp<F: Float>(bits: F::Int) -> (F::Int, u32)
Expand description

Given the bits of a finite float, return a tuple of

  • the mantissa with the implicit bit (0 if subnormal, 1 otherwise)
  • the additional exponent past 1, (0 for subnormal, 0 or more otherwise)