Numerical formats
What’s the main idea? Want to represent numbers (eg: 45, -12, 2.4556) using only bits.
We’ve already seen (or you can read in the book) how to convert all these numbers to binary. We can then use one bit for each binary digit. Doesn’t that solve the problem???
Well, not quite: we still need a way to take into account the sign, and the decimal point.