fn exp<I: Int, F: Float<Int: CastFrom<u32>>>(n: u32) -> F::Int
Expand description
Calculate the exponent from the number of leading zeros.
Usually 1 is subtracted from this function’s result, so that a mantissa with the implicit bit set can be added back later.