ChrisBuchholz / Bigint

Big integer library I use to solve Project Euler problems. Don't use it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bigint Build Status

Bigint is a simple library I have created to carry a number with the trades of an integer, but with an, seemingly, infinite length.

Bigint is immature and I have only created it, and is so far only using it, to solve the Project Euler problems that one can only solve if he is able to calculate with big, big numbers.

About

Big integer library I use to solve Project Euler problems. Don't use it.

License:Other


Languages

Language:C++ 77.7%Language:JavaScript 22.3%