Commit Graph

10 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
5391c0c15b Update to 0.45
Changes:	http://search.cpan.org/dist/Math-GMPq/CHANGES
2017-04-20 16:47:05 +00:00
Sunpoet Po-Chuan Hsieh
d7abbe7d7a Update to 0.44
Changes:	http://search.cpan.org/dist/Math-GMPq/CHANGES
2017-04-16 11:07:06 +00:00
Sunpoet Po-Chuan Hsieh
ed0bb8872d Update to 0.43
Changes:	http://search.cpan.org/dist/Math-GMPq/CHANGES
2017-04-15 00:47:05 +00:00
Sunpoet Po-Chuan Hsieh
9af07b1222 - Update to 0.42
Changes:	http://search.cpan.org/dist/Math-GMPq/CHANGES
2016-11-19 17:05:48 +00:00
Sunpoet Po-Chuan Hsieh
3290bfcba4 - Update to 0.41
Changes:	http://search.cpan.org/dist/Math-GMPq/CHANGES
2016-11-06 16:48:12 +00:00
Sunpoet Po-Chuan Hsieh
89ed8a5acc - Update to 0.39
Changes:	http://search.cpan.org/dist/Math-GMPq/CHANGES
Sponsored by:	PortsCamp Taiwan
2016-01-17 13:10:09 +00:00
Sunpoet Po-Chuan Hsieh
6c8a67154e - Update to 0.38
Changes:	http://search.cpan.org/dist/Math-GMPq/CHANGES
2015-11-04 20:11:31 +00:00
Sunpoet Po-Chuan Hsieh
2087c8e468 - Update to 0.37
Changes:	http://search.cpan.org/dist/Math-GMPq/CHANGES
2014-03-29 08:39:57 +00:00
Sunpoet Po-Chuan Hsieh
b85e6599ea - Update to 0.36
- Add LICENSE
- Cleanup Makefile header

Changes:	http://search.cpan.org/dist/Math-GMPq/CHANGES
2013-03-18 14:43:04 +00:00
Sunpoet Po-Chuan Hsieh
b2d1c9878a - Add p5-Math-GMPq 0.35
Math::GMPq is a bigrational module utilising the GNU MP (GMP) library. Basically
this module simply wraps all of the mpq rational functions provided by that
library. See the Math::GMPq test suite for some examples of usage.

IMPORTANT:
If your perl was built with '-Duse64bitint' you need to assign all integers
larger than 52-bit in a 'use integer;' block. Failure to do so can result in the
creation of the variable as an NV (rather than an IV) - with a resultant loss of
precision.

WWW: http://search.cpan.org/dist/Math-GMPq/
2012-06-22 21:29:37 +00:00