From 343cb59004daa64d69e349c4f435a65ef5bf88af Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 17 Jan 2017 18:29:59 -0500 Subject: README: Add text to POD links --- (limited to 'README') 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 and other commonly used decimal math -modules. +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. =head2 INSTALLATION -- cgit v0.9.1