Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 304 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 304 Bytes

BigNum - C++ big number library

Requires CMake to build and Google Test to build with unit testing

BigInteger class supports the following operations:

  • creating from string and various built-in integer types
  • comparison
  • adding
  • subtracting
  • multiplying
  • division (integer and float)
  • modulus