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