JuliaMath / HypergeometricFunctions.jl

A Julia package for calculating hypergeometric functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generalised Hypergeometric function by continued fraction

jwscook opened this issue · comments

The convergence properties of generalised hypergeometric functions by continued fraction might be better. I'll try it out!

http://functions.wolfram.com/HypergeometricFunctions/HypergeometricPFQ/10/

Yes, they might be better, but I believe I read somewhere that it is not better for all parameter ranges.

I'd be interested in helping out with this also, I am researching some related theoretical error bounds

Cool! I'm just tapping away on the train and still need to finalise some things before I push my changes.

From what I can see so far is that K=-1 for some parameters, which makes it blow up.

@chakravala I've just pushed to dev