Number systems are mathematical notations for representing numbers using digits or symbols in a consistent manner.
1 utf32 = 1 fp
1 fp = 1 utf32
Example:
Convert 15 UTF-32 to Floating Point:
15 utf32 = 15 fp
UTF-32 | Floating Point |
---|---|
0.01 utf32 | 0.01 fp |
0.1 utf32 | 0.1 fp |
1 utf32 | 1 fp |
2 utf32 | 2 fp |
3 utf32 | 3 fp |
5 utf32 | 5 fp |
10 utf32 | 10 fp |
20 utf32 | 20 fp |
30 utf32 | 30 fp |
40 utf32 | 40 fp |
50 utf32 | 50 fp |
60 utf32 | 60 fp |
70 utf32 | 70 fp |
80 utf32 | 80 fp |
90 utf32 | 90 fp |
100 utf32 | 100 fp |
250 utf32 | 250 fp |
500 utf32 | 500 fp |
750 utf32 | 750 fp |
1000 utf32 | 1,000 fp |
10000 utf32 | 10,000 fp |
100000 utf32 | 100,000 fp |