I was reading the online documentation for GMP and the
gmp.h header file at the same time and found this in the
manual:
 
double mpf_get_d_2exp (signed long int exp, mpf_t op)
 
This is under Floating-point Functions->Converting Floats.
In gmp.h I find:
 
#define mpf_get_d_2exp __gmpf_get_d_2exp
__GMP_DECLSPEC double mpf_get_d_2exp __GMP_PROTO ((signed long int *, mpf_srcptr));
 
Regards
Chris Saunders
_______________________________________________
Bug-gmp mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gmp

Reply via email to