• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ChangesH A D15-Sep-1999437 129

Financial.pmH A D15-Sep-199915.1 KiB540243

MANIFESTH A D09-Sep-199957 76

Makefile.PLH A D09-Sep-1999243 85

READMEH A D15-Sep-1999926 3726

test.plH A D09-Sep-1999660 215

README

1Math::Financial 0.76
2
3Eric Fixler <fix@fixler.com> 1999
4
5Contains common calculations for loans and anniuities. You
6can use it to calculate compund interest, loan payments and terms,
7and the like.
8
9Supports an object-oriented or procedural interface.
10
11INSTALLATION
12------------
13>perl Makefile.PL
14>make
15>make install
16
17There's just the one file, Financial.pm, so you can also
18just drag it to the Math/ folder of your local library
19tree.
20
21There are currently no tests defined.
22
23Complete documentation is podded in the module.
24Comments and questions welcome.
25
26
27CHANGES
28-------
290.75   9 Sep 1999 - First Public Release
300.76  15 Sep 1999 - Fixed an error in the loan_term method
31                  - Module now works with Perl 5.004 (and
32                    should work with 5.003 as well.
33                  - Changed the name of the IMPORT group
34                    for non object-oriented users to
35                    :standard
36
37