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