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