stevenBorisko / BigInteger

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C++ 96.8%Language:CMake 3.2%