https://github.com/salva/p5-math-gmpn
Wrapper for GMP low level functions for fixed length arithmetic
https://github.com/salva/p5-math-gmpn
Last synced: 3 months ago
JSON representation
Wrapper for GMP low level functions for fixed length arithmetic
- Host: GitHub
- URL: https://github.com/salva/p5-math-gmpn
- Owner: salva
- Created: 2011-02-17T21:08:45.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-02-27T17:15:53.000Z (over 14 years ago)
- Last Synced: 2023-03-10T19:41:00.195Z (over 2 years ago)
- Language: C
- Homepage:
- Size: 164 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Math-GMPn
=========This module implements fixed length arithmetic on top of the GMP
library low level functions. INSTALLATIONTo install this module type the following:
perl Makefile.PL
make
make test
make installCOPYRIGHT AND LICENCE
Copyright (C) 2011 by Salvador Fandino ([email protected])
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.10.1 or,
at your option, any later version of Perl 5 you may have available.