From 22c3acc2f403f15cd37d06aba63543ce40504821 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 17 Jan 2017 14:16:14 -0500 Subject: Math::Decimal::FastPP: Add text to POD links --- (limited to 'lib/Math/Decimal/FastPP.pm') 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 -and other commonly used decimal math modules. +built-in binary floating-point math, but they're faster than +L 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. +L. =head1 PHILOSOPHY @@ -233,7 +233,7 @@ Patrick McDermott L =head1 SEE ALSO -L, L +L, L =head1 COPYRIGHT -- cgit v0.9.1