summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-01-07 05:49:08 (EST)
committer P. J. McDermott <pj@pehjota.net>2017-01-07 05:49:08 (EST)
commit402475faced56af11e42c8ccbe4d84dd08687cce (patch)
tree0529e0e8bc6e9571097d83b58452fbab04a0c374
parent7d52437ac01662984363f696e481aeff30aabae4 (diff)
downloaddecmath.js-402475faced56af11e42c8ccbe4d84dd08687cce.zip
decmath.js-402475faced56af11e42c8ccbe4d84dd08687cce.tar.gz
decmath.js-402475faced56af11e42c8ccbe4d84dd08687cce.tar.bz2
README: New file
-rw-r--r--README24
1 files changed, 24 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..5d1f2a7
--- /dev/null
+++ b/README
@@ -0,0 +1,24 @@
+decmath.js
+==========
+
+decmath.js provides a few common decimal arithmetic functions. The
+functions are of course slower than JavaScript's built-in binary
+floating-point arithmetic, but the code is smaller and probably faster
+than other commonly used decimal arithmetic libraries.
+
+This library is currently less complete than JavaScript's built-in
+arithmetic and other decimal arithmetic libraries. So far it only
+includes addition, multiplication, and rounding functions.
+
+This library is a JavaScript port of the Math::Decimal::FastPP Perl
+module, also written by Patrick McDermott.
+
+Copyright Information
+---------------------
+
+Copyright (C) 2017 Patrick McDermott
+
+Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved. This file is offered as-is,
+without any warranty.