diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-09-06 10:30:34 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-09-06 10:30:34 +0800 |
commit | 157525833ed28ce0c29027aeb62d2f163642ca82 (patch) | |
tree | 900bb881e47a8d84e0698106161d463097683a4d /math/Makefile | |
parent | ffd771ceb2a6f82e2b79f08c33326d2ad5e324cf (diff) | |
download | freebsd-ports-gnome-157525833ed28ce0c29027aeb62d2f163642ca82.tar.gz freebsd-ports-gnome-157525833ed28ce0c29027aeb62d2f163642ca82.tar.zst freebsd-ports-gnome-157525833ed28ce0c29027aeb62d2f163642ca82.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 |