I need to find a solution to a problem and I need to solve an equation. The following equation is the result of some manipulation.
I'm a little bit rusty and I can't see how to find a simple solution ( to be honest I can't find a solution at all ):
$e^{-A} \cdot A^x = x! \cdot K$
What I need is $x$. $A$ and $K$ are real, positive constant numbers an I'm expecting the solution would be real and positive. Does anyone has suggestions ?

$x!$ is not defined for arbitrary real positive $x$, just for nonnegative integers. You could replace it by $\Gamma(x+1)$. But still your equation can't be solved in "closed form". Numerical methods might be tried.