summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index bc2c0ac..8108fac 100644
--- a/README
+++ b/README
@@ -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