diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-01-28 16:11:28 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-01-28 16:11:28 (EST) |
commit | 7247b35f306f38808ce2f2904f015101910169d6 (patch) | |
tree | 8875d15a1802f36dd739ed83639e7c3df90d0921 | |
parent | 3c3133194df288c4b12eaff912d35055338c46cd (diff) | |
download | www-master.zip www-master.tar.gz www-master.tar.bz2 |
-rw-r--r-- | projects/decmath/index.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/projects/decmath/index.mdwn b/projects/decmath/index.mdwn index 933b664..9aa44ac 100644 --- a/projects/decmath/index.mdwn +++ b/projects/decmath/index.mdwn @@ -10,8 +10,8 @@ built-in binary floating-point math, but they're faster than Math::BigFloat and other commonly used decimal math modules. This module is currently less complete than Perl's built-in math and other -decimal math modules. So far it only includes addition, multiplication, and two -rounding functions. +decimal math modules. So far it only includes addition, multiplication, two +rounding functions, and one formatting function. Despite the similar name and purpose, this module is not compatible with Math::Decimal. @@ -34,7 +34,7 @@ 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. +two rounding functions, and one formatting function. Downloading ----------- |