Skip to content
/ BigInt Public

Store and manipulate arbitrary-precision integers.

Notifications You must be signed in to change notification settings

andkerr/BigInt

Repository files navigation

BigInt

My implementation of a library for arbitrary-precision integers, based on the Seminumerical Algorithms section of Knuth's The Art of Computer Programming, Vol. 2. Inspired b this Project Euler problem, which involves a sum of one hundred 50-digit integers.

Currently Implemented:

  • addition and subtraction
  • multiplication
  • integer division with a single digit divisor

By Andrew Kerr [email protected]

About

Store and manipulate arbitrary-precision integers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages