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