The Question
I noticed that the Gamma function has been expanded to the complex numbers.. and that an expansion to the dual numbers requires very little effort.. but now, I'm curios.. how about the split-complex numbers?
About The Gamma Function
To those unaware, the Gamma function, $Γ(x)$, extends the factorial function to the real numbers, maintaining the property of $Γ(x)/x = Γ(x-1)$.
About The Split-Complex Numbers
The split-complex numbers are essentially the "opposite" of the complex numbers, as in, they introduce a constant, $j$, where $j^2 = 1$ but $j \neq \pm1$. The square of the absolute value can be found via $|a+bj|^2 = a^2 - b^2$, and through this, any number with an absolute value of $0$, is a zero divisor, meaning dividing by it essentially acts like dividing by zero. $1+j$ is one of those zero divisors. The version of Euler's formula for these numbers acts as follows: $e^{nj} = \cosh(n) + j\sinh(n)$. Some split-complex numbers also square to themselves, complicating things just a bit.
The Goal
Create a generalized formula for the $Γ(x)$ extending it to the split-complex numbers, with special cases where needed. It is preferable that $Γ(a+0j)$ remains equal to $Γ(a)$ in nearly every scenario, unless branches form that introduce other values.