Number systems are mathematical notations for representing numbers using digits or symbols in a consistent manner.
1 fp = 1 fx
1 fx = 1 fp
Example:
Convert 15 Floating Point to Fixed Point:
15 fp = 15 fx
Floating Point | Fixed Point |
---|---|
0.01 fp | 0.01 fx |
0.1 fp | 0.1 fx |
1 fp | 1 fx |
2 fp | 2 fx |
3 fp | 3 fx |
5 fp | 5 fx |
10 fp | 10 fx |
20 fp | 20 fx |
30 fp | 30 fx |
40 fp | 40 fx |
50 fp | 50 fx |
60 fp | 60 fx |
70 fp | 70 fx |
80 fp | 80 fx |
90 fp | 90 fx |
100 fp | 100 fx |
250 fp | 250 fx |
500 fp | 500 fx |
750 fp | 750 fx |
1000 fp | 1,000 fx |
10000 fp | 10,000 fx |
100000 fp | 100,000 fx |