The smallest positive value of an IEEE-754 32-bit float is 2^−149
and that of a 16-bit float is 2^-14
. If the IEEE-754 standardized a 24-bit float, what would its smallest positive value be?
Excuse me if this is explicitly documented somewhere, but I wasn't able to find it in searches.
If you want to know about the practicality, this will be used to fit four floating-point values of varying precision into 64 bits for use in a memory-deficient system.