It is a long time ago I used floating points, so I struggle with the following question and hope that you can help me out.
I need to list all numbers that can be represented exactly in a normalised floating- point number system with base 10, two digits in the fraction, and an exponent $0 ≤ e ≤ 2$. How many are there in total (including zero)? What is the machine epsilon?
Thank you in advance for your help!