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