https://github.com/iolanguage/bignum
https://github.com/iolanguage/bignum
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/iolanguage/bignum
- Owner: IoLanguage
- License: lgpl-3.0
- Created: 2018-03-11T11:48:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-10T19:08:50.000Z (about 8 years ago)
- Last Synced: 2025-01-21T00:49:01.059Z (over 1 year ago)
- Language: C
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BigNum
A wrapper for GNU MP Bignum (arbitrary precision math) library.
Warning: GMP uses the restrictive GNU license which can be a problem if you are hard linking it into a distributed application.
# Installation
Install GMP and make sure it's in your PATH variable. Then:
```
eerie install https://github.com/IoLanguage/BigNum.git
```