I need a numerically stable way to compute the following ratio:
$$\frac{_{2}F_{1}(a+1,b;c;x)}{_{2}F_{1}(a,b;c;x)},$$
All the parameters are real numbers, with $a< 0$,$\ $ $b,c > 0$ and $0<x<1$.
Right now I am using GSL's implementation of the hypergeometric function, but I keep getting underflows/overflows.
Is there a simplification that I can use?
Update: Following @Leiucippus comment, is there a continued fraction expansion for $\frac{_{2}F_{1}(a+1,b;c;x)}{_{2}F_{1}(a,b;c;x)}$ and/or $\frac{_{2}F_{1}(a+2,b;c;x)}{_{2}F_{1}(a,b;c;x)}$? Hopefully one that converges quickly so it is numerically useful.