Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richmit/ex-gmp
Example GMP Code
https://github.com/richmit/ex-gmp
Last synced: about 2 months ago
JSON representation
Example GMP Code
- Host: GitHub
- URL: https://github.com/richmit/ex-gmp
- Owner: richmit
- Created: 2021-05-06T01:20:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T01:22:01.000Z (over 3 years ago)
- Last Synced: 2023-11-18T15:25:22.128Z (about 1 year ago)
- Language: C
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Here you will find several examples of source code intended to
illustrate some basic applications of GMP -- the GNU multi-precision
arithmetic library. While mostly intended to illustrate some
applications, this code might also be of use to someone learning how
to use GMP.You can read a bit more about these examples on my [home page](https://www.mitchr.me/SS/exampleCode/GMP.html).
Have fun!
-mitch