-
racascou I'll be honest: I'm not smart. So, I'm trying to store a float32 in binary, except, it's not the IETFF what-evs standard, it's something else. 1byte exp, 1bit sign, 31bits mantassa (with the first bit implied as always being 0b1). So, I need to derive the scientific notation for—
-
racascou —a floating point value (say 0.078) that gives me an exponent and mantissa where the mantissa is between 0.5 and 1.