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