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