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