Old snapshot `bigint-2006.04.24'; see the ChangeLog file.
[bigint/bigint.git] / BigIntegerLibrary.hh
1 /*
2 * Matt McCutchen's Big Integer Library
3 * http://hashproduct.metaesthetics.net/bigint/
4 */
5
6 // This header file includes all the other header files.
7
8 #include "NumberlikeArray.hh"
9 #include "BigUnsigned.hh"
10 #include "BigInteger.hh"
11 #include "BigUnsignedInABase.hh"
12 #include "BigIntegerUtils.hh"