The equation for Stirling's Approximation is the following:
$$x! = \sqrt{2\pi x} * (\frac{x}{e})^x$$
Writing as a function for y gives us the following:
$$y = \sqrt{2\pi x} * (\frac{x}{e})^x$$
Is there a way to solve this equation for x, effectively finding an inverse to this function?