Scipy has [`scipy.special.hyp2f1`](https://docs.scipy.org/doc/scipy/reference/generated/scipy.special.hyp2f1.html), which is implemented in cython: https://github.com/scipy/scipy/blob/v1.11.3/scipy/special/_hyp2f1.pxd. So just out of curiousity; how does this `specfunc` implementation compare against Scipy's one?
Scipy has
scipy.special.hyp2f1, which is implemented in cython: https://github.com/scipy/scipy/blob/v1.11.3/scipy/special/_hyp2f1.pxd.So just out of curiousity; how does this
specfuncimplementation compare against Scipy's one?