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