In this answer to a question I asked (which derives the variance of Cohen's $d$), the approximation
$$\frac{\Gamma\left(\frac{n_T + n_C - 2}{2}\right)}{\sqrt{\frac{n_T+n_C-2}{2}}\Gamma\left(\frac{n_T+n_C-3}{2}\right)} \approx 1 - \frac{3}{4(n_T+n_C+2)-1}$$
is used. We can reasonably assume that $n_T, n_C> 0$ are integers.
How is this approximation derived? The answerer states:
I pulled it from the Hedges paper -- don't know its derivation at the moment but will think about it some more.
I wish I had more to contribute to this question than that, but the removal of the $\Gamma$ function I find completely baffling, and I wouldn't even know where to start.
Edit: Currently trying out Stirling's approximation, seeing if that leads me anywhere. And so far, I'm quite lost as to how to deal with the division by $2$ in the $\Gamma$ functions.
Using Stirling's Approximation $$ \log(\Gamma(n))=n\log(n)-n-\frac12\log(n)+\frac12\log(2\pi)+\frac1{12n}+O\left(\frac1{n^3}\right) $$ we can compute $$ \log\left[\frac{\Gamma(n-1)}{\sqrt{n-1}\,\Gamma\left(n-\frac32\right)}\right]=-\frac3{8n}-\frac1{2n^2}+O\left(\frac1{n^3}\right) $$ and therefore, $$ \begin{align} \frac{\Gamma(n-1)}{\sqrt{n-1}\,\Gamma\left(n-\frac32\right)} &=1-\frac3{8n}-\frac{55}{128n^2}+O\left(\frac1{n^3}\right)\\ &=1-\frac3{8n-\frac{55}6}+O\left(\frac1{n^3}\right) \end{align} $$ Set $n=\frac{n_T+n_C}2$ and we get $$ \begin{align} \frac{\Gamma(n-1)}{\sqrt{n-1}\,\Gamma\left(n-\frac32\right)} &=1-\frac3{8n-\frac{55}6}+O\left(\frac1{n^3}\right)\\ &=1-\frac3{4\left(n_T+n_C-2\right)-\frac76}+O\left(\frac1{\left(n_T+n_C\right)^3}\right)\\ \end{align} $$ If I am correct, there seems to be a sign problem in $n_T+n_C\color{#FF0000}{-}2$, and $\frac76$ has been simplified to $1$.