Introduction - If you have any usage issues, please Google them yourself
You can use this library in a C++ rogram to do arithmetic on integers of size
limited only by your computer s memory. The library provides BigUnsigned and
BigInteger classes that represent nonnegative integers and signed integers,
respectively. Most of the C++ rithmetic operators are overloaded for these classes, so big-integer calculations are easy