Re: [mpir-devel] Gamma Function

2011-05-12 Thread Bob Smith
On 5/12/2011 6:43 PM, Sisyphus wrote: - Original Message - From: "Bob Smith" To: Sent: Friday, May 13, 2011 4:00 AM Subject: [mpir-devel] Gamma Function I need this function to extend mpz_fac_ui to non-integral arguments. I see it's in the MPFR library. If I calculate in that librar

Re: [mpir-devel] Gamma Function

2011-05-12 Thread Sisyphus
- Original Message - From: "Bob Smith" To: Sent: Friday, May 13, 2011 4:00 AM Subject: [mpir-devel] Gamma Function I need this function to extend mpz_fac_ui to non-integral arguments. I see it's in the MPFR library. If I calculate in that library, is there a direct way to conver

Re: [mpir-devel] Gamma Function

2011-05-12 Thread Bill Hart
I would expect so, however, I am not an expert with MPFR. Could I recommend asking on the MPFR list. They are a friendly bunch and would give a much more precise answer I believe. Bill. On 12 May 2011 21:24, Bob Smith wrote: > On 5/12/2011 2:13 PM, Bill Hart wrote: >> >> There might be a way. Bu

Re: [mpir-devel] Gamma Function

2011-05-12 Thread Bob Smith
On 5/12/2011 2:13 PM, Bill Hart wrote: There might be a way. But it would be in the mpfr documentation. There should be no problems with either MPIR or MPFR on Windows. Bill. On 12 May 2011 19:00, Bob Smith wrote: I need this function to extend mpz_fac_ui to non-integral arguments. I see it

Re: [mpir-devel] Gamma Function

2011-05-12 Thread Bill Hart
There might be a way. But it would be in the mpfr documentation. There should be no problems with either MPIR or MPFR on Windows. Bill. On 12 May 2011 19:00, Bob Smith wrote: > I need this function to extend mpz_fac_ui to non-integral arguments.  I see > it's in the MPFR library.  If I calculat

[mpir-devel] Gamma Function

2011-05-12 Thread Bob Smith
I need this function to extend mpz_fac_ui to non-integral arguments. I see it's in the MPFR library. If I calculate in that library, is there a direct way to convert the result to mpf format? Or should I solve this problem entirely differently? My code needs to run on both Windows and Linux