summaryrefslogtreecommitdiffstats
path: root/projects/decmath/index.mdwn
blob: 9aa44ac3c5ac190372cf18cfab4f7365f0859952 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!--#set var="title" value="Math::Decimal::FastPP and decmath.js" -->
<!--#include virtual="/includes/header.html" -->

Math::Decimal::FastPP
=====================

Math::Decimal::FastPP provides a few common decimal arithmetic and rounding
functions written in pure Perl.  The functions are of course slower than Perl's
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, two
rounding functions, and one formatting function.

Despite the similar name and purpose, this module is not compatible with
Math::Decimal.

Downloading
-----------

Math::Decimal::FastPP is maintained in a [Git repository][pm-repo-http], which
can be cloned from `git://git.pehjota.net/decmath/Math-Decimal-FastPP.git`.

[pm-repo-http]: http://git.pehjota.net/decmath/Math-Decimal-FastPP.git/

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.

Downloading
-----------

decmath.js is maintained in a [Git repository][js-repo-http], which can be
cloned from `git://git.pehjota.net/decmath/decmath.js.git`.

[js-repo-http]: http://git.pehjota.net/decmath/decmath.js.git/

<!--#include virtual="/includes/footer.html" -->