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