Let's say that $f(x)=f^{1}(x)$ and that $f(f(x))=f^{2}(x)$. Moreover, $f^{n}(x)$ is the n-th iterate of $f(x)$, for $n \in \mathbb{N}$. I'm curious about extending iteration to larger number sets. For $n \in \mathbb{R}$, there's the concept flow (I think?). I don't understand the Wikipedia-article on this subject very well, though. I was hoping for some nice, concrete examples of iterated functions extended to the real or even complex numbers with which I might understand things better. If we take $f(x) = x^2 +3$, for example, what would $f^{\sqrt(2)}(x)$ be? Or, even more ambitiously, say that $g(x)=e^x$ How do we find $g^{\pi^2 + 3i}(x)$?
Thanks,
Max Muller
Editorial to the moderators: perhaps this should be CW?

I thought the wikipedia article is pretty straightforward. Define a function $\phi: \mathbb{R}^2 \to \mathbb{R}: (x,t) \mapsto \phi(x,t)$. Now, you want the second parameter $t$ to be interpreted as the number of times you have applied the function to $x$, in a way. To formalize this, you introduce the following rule on $\phi$:
$$\phi(\phi(x,t),s)=\phi(x,t+s)$$
and this for all $x,t$ and $s$. In particular, you see that:
$$\phi(\phi(x,t),t)=\phi(x,2t)$$
and more generally if we define $\phi_t:\mathbb{R}\to\mathbb{R}:x\mapsto\phi(x,t)$
$$\phi_t^n(x)=\phi(x,nt)=\phi_{nt}(x)$$
which is exactly the behaviour you would like to have.
Determining a flow $\phi(x,t)$ starting from the condition that $\phi(x,1)=f(x)$ is not an easy task however and can not be done for any arbitrary function I think. I remember another post related to the question. I think it was a question about the Vieta product.