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