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