I was thinking about how one learns about the different types of numbers. First there are just whole numbers like $1, 2, 3, ...$
Eventually you write numbers in decimal notation like this: $$6.283185307...$$
And I even found some systems that have negative digits like balanced ternary. Are there any systems where the digits can be real numbers (possibly in the interval $[0,10)$)? I call them realreals in my head.
One such number could be: $$(\pi)\;.\;(0.\overline{1})(\mathrm{e})(4.0)$$ Where I separated the digits using brackets for easier reading. I could sensibly multiply this number by $7$ to get: $$(2.0)(1.991...)\;.\;(2.\overline{7})(1.027...)(8.0)$$ multiplying exactly like you do with normal numbers - carrying wherever necessary. In a weird way this reminded me of how real numbers "fill the gaps" between rationals. These numbers with real digits seem to lie between the reals somehow.
Multiplication seems to work even if both factors are these real reals:
$$(1.0).(0.5)\; \cdot \; (2.0).(0.5) = (2.0).(1.5)(0.25)$$
Note that
- $1\cdot 2=2$
- $1.1\cdot 2.1 = 2.31$
and $(2.0).(1.5)(0.25)$ seems to lie between those two.
You could of course have something like a realrealreal $((2.0).(1.\overline{8})).((0.6).(\pi))...$ but that seems to open up a can of worms I'm not ready for.