summaryrefslogtreecommitdiffstats
path: root/lib/Math/Decimal
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-01-17 14:16:14 (EST)
committer P. J. McDermott <pj@pehjota.net>2017-01-17 14:16:14 (EST)
commit22c3acc2f403f15cd37d06aba63543ce40504821 (patch)
tree3a040e41cf0201f83ef4db7742e12369e241d4d1 /lib/Math/Decimal
parent18fde38cb6e1861d433c905e48f7c9b94c15d401 (diff)
downloadMath-Decimal-FastPP-22c3acc2f403f15cd37d06aba63543ce40504821.zip
Math-Decimal-FastPP-22c3acc2f403f15cd37d06aba63543ce40504821.tar.gz
Math-Decimal-FastPP-22c3acc2f403f15cd37d06aba63543ce40504821.tar.bz2
Math::Decimal::FastPP: Add text to POD links
Diffstat (limited to 'lib/Math/Decimal')
-rw-r--r--lib/Math/Decimal/FastPP.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Math/Decimal/FastPP.pm b/lib/Math/Decimal/FastPP.pm
index 8c97e4d..d9c184f 100644
--- a/lib/Math/Decimal/FastPP.pm
+++ b/lib/Math/Decimal/FastPP.pm
@@ -14,15 +14,15 @@ Math::Decimal::FastPP - Fast pure-Perl decimal math
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.
+built-in binary floating-point math, but they're 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>.
=head1 PHILOSOPHY
@@ -233,7 +233,7 @@ Patrick McDermott L<mailto:patrick.mcdermott@libiquity.com>
=head1 SEE ALSO
-L<Math::BigFloat>, L<Math::Decimal>
+L<Math::BigFloat|Math::BigFloat>, L<Math::Decimal|Math::Decimal>
=head1 COPYRIGHT