diff options
Diffstat (limited to 'lib/Math/Decimal')
-rw-r--r-- | lib/Math/Decimal/FastPP.pm | 8 |
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 |