Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisbuchholz/bigint
Big integer library I use to solve Project Euler problems. Don't use it.
https://github.com/chrisbuchholz/bigint
Last synced: about 1 month ago
JSON representation
Big integer library I use to solve Project Euler problems. Don't use it.
- Host: GitHub
- URL: https://github.com/chrisbuchholz/bigint
- Owner: ChrisBuchholz
- License: other
- Created: 2012-09-09T11:06:48.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-04T18:09:00.000Z (over 10 years ago)
- Last Synced: 2023-03-11T08:41:52.372Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bigint [![Build Status](https://secure.travis-ci.org/ChrisBuchholz/Bigint.png)](http://travis-ci.org/ChrisBuchholz/Bigint)
======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](http://projecteuler.net/problems) problems that one
can only solve if he is able to calculate with big, big numbers.