diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |