#include #include "gmp.h" #include "gmp-impl.h" #include "mpfr.h" int main(void) { mpfr_t x; int m,n,i; mpfr_init2(x,0xff); mpfr_set_d(x,3.14159,MPFR_RNDD); mpfr_out_str(stdout,2,0,x,MPFR_RNDD); printf("\n"); printf("Dump of mpfr_t x: "); n = sizeof(mpfr_t); m = sizeof(mp_limb_t); for (i=0; i