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