summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-01-28 16:10:09 (EST)
committer P. J. McDermott <pj@pehjota.net>2017-01-28 16:10:09 (EST)
commit96be14c34ae1ff8219ad635f01a5038b696866a5 (patch)
tree2ca35548a5b230f285d3cee02a2ae548b34a828d
parent80245cc1be5bc8a9dd9092531f30f91f98b3d47f (diff)
downloadMath-Decimal-FastPP-96be14c34ae1ff8219ad635f01a5038b696866a5.zip
Math-Decimal-FastPP-96be14c34ae1ff8219ad635f01a5038b696866a5.tar.gz
Math-Decimal-FastPP-96be14c34ae1ff8219ad635f01a5038b696866a5.tar.bz2
README: Mention formatting function
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 8108fac..d4b6cc3 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ 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.
+multiplication, two rounding functions, and one formatting function.
Despite the similar name and purpose, this module is not compatible with
L<Math::Decimal|Math::Decimal>.