diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-06-22 21:29:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-06-22 21:29:37 +0000 |
commit | b2d1c9878a913f67fe8fb4b340b73401bf44ee24 (patch) | |
tree | 0f9f4cf2810e3ffaa4bc6a65a174536b091093f3 /math/Makefile | |
parent | a8e379637c0e6565885974c16cbbc8bed99632de (diff) | |
download | ports-b2d1c9878a913f67fe8fb4b340b73401bf44ee24.tar.gz ports-b2d1c9878a913f67fe8fb4b340b73401bf44ee24.zip |
- 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/
Notes
Notes:
svn path=/head/; revision=299793
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 2170b33f1ff1..8a4227c1f8ee 100644 --- a/math/Makefile +++ b/math/Makefile @@ -392,6 +392,7 @@ SUBDIR += p5-Math-FixedPrecision SUBDIR += p5-Math-GMP SUBDIR += p5-Math-GMPf + SUBDIR += p5-Math-GMPq SUBDIR += p5-Math-GSL SUBDIR += p5-Math-Geometry SUBDIR += p5-Math-Geometry-Planar |