summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-01-28 16:08:03 (EST)
committer P. J. McDermott <pj@pehjota.net>2017-01-28 16:08:18 (EST)
commita1777c97bdf60d97f71b62df9c59381f744ad319 (patch)
tree7a64be425e48f386637829093b3993f5ea365595
parent64f02276eaf856f384cc2e48e4174ec69356b2b7 (diff)
downloaddecmath.js-a1777c97bdf60d97f71b62df9c59381f744ad319.zip
decmath.js-a1777c97bdf60d97f71b62df9c59381f744ad319.tar.gz
decmath.js-a1777c97bdf60d97f71b62df9c59381f744ad319.tar.bz2
README: Mention formatting function
-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.