[BACK]Return to paritype.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari-2.2 / src / headers

Diff for /OpenXM_contrib/pari-2.2/src/headers/Attic/paritype.h between version 1.1.1.1 and 1.2

version 1.1.1.1, 2001/10/02 11:17:07 version 1.2, 2002/09/11 07:26:58
Line 45  Foundation, Inc., 59 Temple Place - Suite 330, Boston,
Line 45  Foundation, Inc., 59 Temple Place - Suite 330, Boston,
   
 /* #define is_intreal_t(t) ( (t) == t_REAL || (t) == t_INT ) */  /* #define is_intreal_t(t) ( (t) == t_REAL || (t) == t_INT ) */
 #define is_intreal_t(t) ( (t) <= t_REAL )  #define is_intreal_t(t) ( (t) <= t_REAL )
   #define is_rational_t(t) ((t)==t_INT || (t)==t_FRAC) /* FRACN omitted */
   
 #define is_frac_t(t) ( (t) == t_FRAC || (t) == t_FRACN )  #define is_frac_t(t) ( (t) == t_FRAC || (t) == t_FRACN )
 #define is_rfrac_t(t) ( (t) == t_RFRAC || (t) == t_RFRACN )  #define is_rfrac_t(t) ( (t) == t_RFRAC || (t) == t_RFRACN )

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

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