diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-01-17 18:29:59 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-01-17 18:29:59 (EST) |
commit | 343cb59004daa64d69e349c4f435a65ef5bf88af (patch) | |
tree | 02838454662bd7ddea057f36d2c0d4a4dfc61a38 /README | |
parent | 052fe8fd7f39612fd50e2620ec04894aa1c07622 (diff) | |
download | Math-Decimal-FastPP-343cb59004daa64d69e349c4f435a65ef5bf88af.zip Math-Decimal-FastPP-343cb59004daa64d69e349c4f435a65ef5bf88af.tar.gz Math-Decimal-FastPP-343cb59004daa64d69e349c4f435a65ef5bf88af.tar.bz2 |
README: Add text to POD links
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,15 +3,15 @@ Math::Decimal::FastPP provides a few common decimal arithmetic and rounding functions written in pure Perl. The functions are of course slower than Perl's built-in binary floating-point math, but they're -faster than L<Math::BigFloat> and other commonly used decimal math -modules. +faster than L<Math::BigFloat|Math::BigFloat> and other commonly used +decimal math modules. This module is currently less complete than Perl's built-in math and other decimal math modules. So far it only includes addition, multiplication, and two rounding functions. Despite the similar name and purpose, this module is not compatible with -L<Math::Decimal>. +L<Math::Decimal|Math::Decimal>. =head2 INSTALLATION |