diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2011-10-15 19:36:40 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2011-10-15 19:36:40 +0000 |
commit | a418a6d776c7d65ada6094bacfa91fb3667d7874 (patch) | |
tree | d7083372a4b8343eb456e1fa164ab1a54e1384e0 /math/Makefile | |
parent | d5901782d4730967fcb2d3daf3e0e57005a3e85e (diff) | |
download | ports-a418a6d776c7d65ada6094bacfa91fb3667d7874.tar.gz ports-a418a6d776c7d65ada6094bacfa91fb3667d7874.zip |
pure-rational provides additional operations on the rational number type
provided by the math.pure module in the standard library.
WWW: http://docs.pure-lang.googlecode.com/hg/pure-rational.html
PR: ports/161422
Submitted by: Zhihao Yuan <lichray@gmail.com>
Approved by: sahil (mentor)
Notes
Notes:
svn path=/head/; revision=283584
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 1e24168c6d9a..6133cb95e7c9 100644 --- a/math/Makefile +++ b/math/Makefile @@ -475,6 +475,7 @@ SUBDIR += prng SUBDIR += proofgeneral SUBDIR += pspp + SUBDIR += pure-rational SUBDIR += py-apgl SUBDIR += py-basemap SUBDIR += py-basemap-data |