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