summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 730a7a6..dbde4aa 100644
--- a/README
+++ b/README
@@ -8,7 +8,8 @@ probably faster than other commonly used 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.
+addition, multiplication, two rounding functions, and one formatting
+function.
This library is a JavaScript port of the Math::Decimal::FastPP Perl
module, also written by Patrick McDermott.