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