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