public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Michael <comtech.usa@gmail.com>
To: gsl-discuss@sources.redhat.com, help-gsl@gnu.org,
	gmp-discuss@swox.com,  mpfr@loria.fr
Subject: Does GSL or IMSL or GMP or MPFR have high precision hypergeometric function 2F1?
Date: Wed, 04 Jul 2007 23:52:00 -0000	[thread overview]
Message-ID: <b1f16d9d0707041652t6d1716b1g27462b58aff5131b@mail.gmail.com> (raw)

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!

             reply	other threads:[~2007-07-04 23:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-04 23:52 Michael [this message]
2007-07-06 17:29 ` Linas Vepstas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b1f16d9d0707041652t6d1716b1g27462b58aff5131b@mail.gmail.com \
    --to=comtech.usa@gmail.com \
    --cc=gmp-discuss@swox.com \
    --cc=gsl-discuss@sources.redhat.com \
    --cc=help-gsl@gnu.org \
    --cc=mpfr@loria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).