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