I don’t know about you, but I typically have a number of “back-burner” projects on the go. Currently I'm playing with creating my own simple binary floating-point format as part of an educational tool ...
Embedded C and C++ programmers are familiar with signed and unsigned integers and floating-point values of various sizes, but a number of numerical formats can be used in embedded applications. Here ...