Skip to content

ampawd/bigUnsignedInteger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Big unsigned integer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors