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