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