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