For an integer number $a$
$$x^a=\{(x)(x)(x)...(x)\} (a\,times)$$ $$x^{\frac{1}{b}}=n\rightarrow\;\{(n)(n)(n)...(n)\}(b\,times)=x$$
For rational number $m=\frac{a}{b}$
$$x^m=x^\frac{a}{b}=(x^a)^\frac{1}{b}$$
And can be though of as a combination of the situations before
What about
$$x^e$$
How would one calculate or picture this from more basic operations?
For any $a\in\Bbb R$ and any positive $x$, one has by definition $$x^a=e^{a\ln x}$$ While this could seem to be a loopy definition, it is actually not since $e^x$ is primarily defined not via exponentiation, but via one of the two equivalent definitions:
$$e^x=\sum_{i=0}^\infty \frac{x^i}{i!}$$
$f:x\mapsto e^x$ is the only function $\Bbb R\to\Bbb R$ such that $f(0)=1$ and for all $x\in\Bbb R$, $f'(x)=f(x).$