/* * Matt McCutchen's Big Integer Library * http://hashproduct.metaesthetics.net/bigint/ */ // This header file includes all the other header files. #include "NumberlikeArray.hh" #include "BigUnsigned.hh" #include "BigInteger.hh" #include "BigUnsignedInABase.hh" #include "BigIntegerUtils.hh"