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