[BACK]Return to ox_pari.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_pari

Diff for /OpenXM/src/ox_pari/ox_pari.h between version 1.2 and 1.3

version 1.2, 2017/03/31 02:17:52 version 1.3, 2020/08/26 06:03:31
Line 2 
Line 2 
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
 #include "pari/pari.h"  #include "pari/pari.h"
   #if 0
 #include "pari/paripriv.h"  #include "pari/paripriv.h"
   #endif
 #include "gmp.h"  #include "gmp.h"
 /* inconsistency between PARI and GMP */  /* inconsistency between PARI and GMP */
 #undef un  #undef un
Line 39  struct parif {
Line 41  struct parif {
   char *name;    char *name;
   GEN (*f)();    GEN (*f)();
   int type;    int type;
     int opt;
 };  };
   
 #define MPFR_PREC(x)      ((x)->_mpfr_prec)  #define MPFR_PREC(x)      ((x)->_mpfr_prec)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>