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