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