summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-01-28 16:11:28 (EST)
committer P. J. McDermott <pj@pehjota.net>2017-01-28 16:11:28 (EST)
commit7247b35f306f38808ce2f2904f015101910169d6 (patch)
tree8875d15a1802f36dd739ed83639e7c3df90d0921
parent3c3133194df288c4b12eaff912d35055338c46cd (diff)
downloadwww-7247b35f306f38808ce2f2904f015101910169d6.zip
www-7247b35f306f38808ce2f2904f015101910169d6.tar.gz
www-7247b35f306f38808ce2f2904f015101910169d6.tar.bz2
projects/decmath/index.mdwn: Mention formatting functionHEADmaster
-rw-r--r--projects/decmath/index.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/projects/decmath/index.mdwn b/projects/decmath/index.mdwn
index 933b664..9aa44ac 100644
--- a/projects/decmath/index.mdwn
+++ b/projects/decmath/index.mdwn
@@ -10,8 +10,8 @@ built-in binary floating-point math, but they're faster than 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.
+decimal math modules. So far it only includes addition, multiplication, two
+rounding functions, and one formatting function.
Despite the similar name and purpose, this module is not compatible with
Math::Decimal.
@@ -34,7 +34,7 @@ decimal math libraries.
This library is currently less complete than JavaScript's built-in math and
other decimal math libraries. So far it only includes addition, multiplication,
-and two rounding functions.
+two rounding functions, and one formatting function.
Downloading
-----------