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