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