/BigInteger

Be limited not by the size of your register but by the bulk of your RAM.

Primary LanguageC++MIT LicenseMIT

BigInteger

This is a c++ class made for calculations of arbitrarily large numbers

Getting Started

Compiling

cp BigInteger/SampleDriver/* .
mkdir build
cd build
cmake ..
make
cd ..

Running

./build/bin/sample