From b76871a4c5bd5f8553c3292e194f74276d15672b Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 08 Jan 2017 17:24:08 -0500 Subject: lib/Math/Decimal/FastPP.pm, README: s/arithmetic/math/ or add "and rounding" --- (limited to 'README') diff --git a/README b/README index f4960f1..bc2c0ac 100644 --- a/README +++ b/README @@ -1,13 +1,14 @@ =head1 Math::Decimal::FastPP -Math::Decimal::FastPP provides a few common decimal arithmetic functions -written in pure Perl. The functions are of course slower than Perl's -built-in binary floating-point arithmetic, but they're faster than -L and other commonly used decimal arithmetic modules. - -This module is currently less complete than Perl's built-in arithmetic -and other decimal arithmetic modules. So far it only includes addition, -multiplication, and rounding functions. +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. + +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. -- cgit v0.9.1