Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 516 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 516 Bytes

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]