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