diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-04 12:52:31 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-04 12:52:31 +0000 |
commit | 0804b6286300987e6948b529a57c48680f29f925 (patch) | |
tree | f31c0c941a021d03d3713ae13af6936d3677759e /math/p5-Math-Round/pkg-descr | |
parent | 48434c685e80ce383dc4cf2ff495aa7660a478e5 (diff) | |
download | ports-0804b6286300987e6948b529a57c48680f29f925.tar.gz ports-0804b6286300987e6948b529a57c48680f29f925.zip |
Notes
Diffstat (limited to 'math/p5-Math-Round/pkg-descr')
-rw-r--r-- | math/p5-Math-Round/pkg-descr | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/p5-Math-Round/pkg-descr b/math/p5-Math-Round/pkg-descr index a831cded6366..59cf8bcf61f3 100644 --- a/math/p5-Math-Round/pkg-descr +++ b/math/p5-Math-Round/pkg-descr @@ -1,6 +1,5 @@ -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. +Math::Round supplies functions that will round numbers in different ways. The +functions round and nearest are exported by default; others are available as +described below. "use ... qw(:all)" exports all functions. WWW: http://search.cpan.org/dist/Math-Round/ |