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