On Saturday, May 28, 2016 at 12:32:47 AM UTC+2, digxx wrote:
>
> I'm using GSL for hypergeometric functions but needed to increase the 
> precision to big()
> unfortunately it is not supported so now my question is whether theres 
> another package for hypergeometric functions which does support it?
>

One possibility is to use Nemo.jl and its interface to Arb, which allows 
computing 1F1, 2F1, U and other hypergeometric functions to arbitrary 
precision. (Currently Nemo does not wrap all the hypergeometric functions 
in Arb, but you can access the rest easily with ccall.)

Fredrik 

Reply via email to