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/p5-Math-Round/pkg-descr | |
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/p5-Math-Round/pkg-descr')
-rw-r--r-- | math/p5-Math-Round/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/math/p5-Math-Round/pkg-descr b/math/p5-Math-Round/pkg-descr new file mode 100644 index 000000000000..e343317a63d4 --- /dev/null +++ b/math/p5-Math-Round/pkg-descr @@ -0,0 +1,7 @@ +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. + +WWW: http://search.cpan.org/dist/Math-Round/ + |