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