Borderbasix

bignum.hpp
Go to the documentation of this file.
1 /*********************************************************************
2 * This file is part of the source code of BORDERBASIX software. *
3 * (C) B. Mourrain, INRIA *
4 **********************************************************************
5 History:
6 $Id: bignum.hpp,v 1.1.1.1 2006/10/06 08:01:03 trebuche Exp $
7 **********************************************************************/
8 #ifndef bignum_H
9 #define bignum_H
10 
11 #include <stdio.h>
12 #include <iostream>
17 
18 typedef Scl<MPZ> ZZ;
19 typedef Scl<MPQ> QQ;
20 typedef Scl<MPF> RR;
21 typedef Scl<MPFR> RRR;
22 #endif // //bignum_H
Scl< MPQ > QQ
Definition: bignum.hpp:19
Scl< MPFR > RRR
Definition: bignum.hpp:21
Scl< MPF > RR
Definition: bignum.hpp:20
Definition: Scl.hpp:26
Scl< MPZ > ZZ
Definition: bignum.hpp:18
Home  |  Download & InstallContributions