----- Original Message ----- From: "Bob Smith" <bsm...@sudleyplace.com>
To: <mpir-devel@googlegroups.com>
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 convert the result to mpf format?

Or should I solve this problem entirely differently?

My code needs to run on both Windows and Linux platforms.

The mpfr_get_f() function is your friend.

Cheers,
Rob

--
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-devel@googlegroups.com.
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en.

Reply via email to