diff options
Diffstat (limited to 'math/p5-Math-Round-Var/pkg-descr')
-rw-r--r-- | math/p5-Math-Round-Var/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/p5-Math-Round-Var/pkg-descr b/math/p5-Math-Round-Var/pkg-descr new file mode 100644 index 000000000000..05b5acc4eaa4 --- /dev/null +++ b/math/p5-Math-Round-Var/pkg-descr @@ -0,0 +1,10 @@ +This module gives you the ability to round numbers to either decimal or +fractional precision while encapsulating the rounding precision in an +object. This allows scripts and modules to maintain multiple precision +values as objects. + +It also implements flexible scheme parsing, so that your programs and +modules can offload the how-to-round decisions to this module. + +WWW: http://search.cpan.org/dist/Math-Round-Var +Author: Eric L. Wilhelm <ewilhelm at cpan dot org> |