diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-09-06 10:30:34 +0800 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-09-06 10:30:34 +0800 |
commit | 2511316b85dddfb253857116d4113b533078e4ea (patch) | |
tree | 7299f30e5935c2584f1f508f1f61932252c769a1 /math/Makefile | |
parent | aaf7366a87d7ed43309df05c6f831f5b2b77cd0f (diff) | |
download | freebsd-ports-gnome-2511316b85dddfb253857116d4113b533078e4ea.tar.gz freebsd-ports-gnome-2511316b85dddfb253857116d4113b533078e4ea.tar.zst freebsd-ports-gnome-2511316b85dddfb253857116d4113b533078e4ea.zip |
Import p5-Math-Round. Math::Round is a Perl module. It supplies functions to
round numbers, both positive and negative, in various ways. This may seem like
an odd thing to write a whole module for, but rounding can sometimes be
a little tricky, so I thought some people might find this useful.
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 d073215844f2..bd1b306d5554 100644 --- a/math/Makefile +++ b/math/Makefile @@ -115,6 +115,7 @@ SUBDIR += p5-Math-Pari SUBDIR += p5-Math-Random SUBDIR += p5-Math-Random-MT + SUBDIR += p5-Math-Round SUBDIR += p5-Math-SimpleVariable SUBDIR += p5-Math-TrulyRandom SUBDIR += p5-MatrixReal |