public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
* Does GSL or IMSL or GMP or MPFR have high precision hypergeometric function 2F1?
@ 2007-07-04 23:52 Michael
  2007-07-06 17:29 ` Linas Vepstas
  0 siblings, 1 reply; 2+ messages in thread
From: Michael @ 2007-07-04 23:52 UTC (permalink / raw)
  To: gsl-discuss, help-gsl, gmp-discuss, mpfr

Does GSL or IMSL or GMP or MPFR have high precision hypergeometric function 2F1?

Hi all,

I am looking for a high/multiple precision hypergeometric function
2F1(a, b, c, z) implementation. My application needs b and c to be
very large, and it is beyond the range of double precision.

More specifically, I hope I will be able to looking into the multiple
precision implementation of the hypergeometric function 2F1(a, b, c,
z) and change the power series

a0+a1*z+a2*z^2+a3*z^3+...

into

a0+a1*z1+a2*z2+a3*z3+...

where z1, z2, z3, ... are user supplied high precision numbers.

The whole evaluation of the hypergeometric function has to be
extremely fast for my application.

Could anybody shed some lights?

Thanks a lot!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-07-06 17:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-04 23:52 Does GSL or IMSL or GMP or MPFR have high precision hypergeometric function 2F1? Michael
2007-07-06 17:29 ` Linas Vepstas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).