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