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