/BigNumber

C++ class for integer numbers bigger than 32 bit

Primary LanguageC++Mozilla Public License 2.0MPL-2.0

Licence Release GitHub contributors Travis status Coverage Status

BigNumber

C++17 Lib for Big Numbers


Overview


How to clone?

This repository has a submodule inside. In order to clone the repo with submodule use

git clone --recursive https://github.com/JaroslawWiosna/BigNumber.git
cd BigNumber

...or if you have already cloned the repo without recursive flag:

git clone https://github.com/JaroslawWiosna/BigNumber.git
cd BigNumber
git submodule update --init --recursive

Thanks to mklement0


Algorithms

Karatsuba alg.


Special thanks to

https://gronlier.fr/blog/2015/01/adding-code-coverage-to-your-c-project/