summaryrefslogtreecommitdiffstats
path: root/README
blob: 9a36e31525861b82f06dc4824d1a25287b47a279 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
decmath.js
==========

decmath.js provides a few common decimal arithmetic and rounding
functions.  The functions are of course slower than JavaScript's
built-in binary floating-point math, but the code is smaller and
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, 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.

Copyright Information
---------------------

Copyright (C) 2017  Libiquity LLC

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.