Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 492 Bytes

File metadata and controls

13 lines (10 loc) · 492 Bytes

Small experimental library for big unsigned integers (up to 10^5 decimal digits)

There are basic operations overloaded for large unsigned integers, 2 algorithms implemented to compute square root, and binary pow

building on linux

  1. make sure you compiler supports C++11 features
  2. clone the repository (git clone https://github.com/ampawd/bigUnsignedInteger.git or download directly)
  3. cd bigUnsignedInteger
  4. mkdir build && cd build
  5. cmake ..
  6. make
  7. ./biguint