This probably has a very simple answer of some sort, but I'm not a mathematician. For the hyperoperation sequence: $$G(n,a,b)$$ ...there are obvious defined values for positive integer values of $n$ $$G(1,a,b)=a+b$$ $$G(2,a,b)=a \cdot b$$ $$G(3,a,b)=a^b$$
My question is, how to account for non-integer values of $n$, such as: $$G(2.5,a,b)=???$$