bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Documentation error


From: Chris Saunders
Subject: Documentation error
Date: Wed, 8 Jun 2005 02:37:38 -0400

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]