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