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