diff options
Diffstat (limited to 'projects/decmath/index.mdwn')
-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 ----------- |