An open API service indexing awesome lists of open source software.

https://github.com/iolanguage/bignum


https://github.com/iolanguage/bignum

Last synced: over 1 year ago
JSON representation

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
```