Old snapshot `bigint-2006.04.24'; see the ChangeLog file.
[bigint/bigint.git] / BigIntegerLibrary.hh
CommitLineData
a8b42b68
MM
1/*
2* Matt McCutchen's Big Integer Library
b1f5f69e 3* http://hashproduct.metaesthetics.net/bigint/
a8b42b68
MM
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"