Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

my_gmp.H

00001 #ifndef _MY_GMP_H_
00002 #define _MY_GMP_H_
00003 
00004 #include <gmpxx.h>
00005 using namespace std;
00006 
00007 typedef mpz_class ZZ;
00008 typedef mpq_class QQ;
00009 
00010 
00011 ZZ gcd(ZZ a, ZZ b);
00012 
00013 long ZZtolong(ZZ n);
00014 
00015 #endif

Generated on Wed Jun 18 17:22:40 2008 for Pierre Guillot by  doxygen 1.3.9.1