I'm running some python code using the gamma function and it involves dividing one gamma function with another. Unfortunately because both the numerator and denominator are so large, python outputs a maths range error, even though the fraction is equivalent to a small finite number. Therefore it needs to be simplified.
Here is the function I therefore need to simply ( attached as a picture):
