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

..03-May-2022-

ChangesH A D05-Mar-20025 KiB150136

MANIFESTH A D05-Mar-200281 87

Makefile.PLH A D20-Dec-2001347 96

NumberCruncher.pmH A D05-Mar-2002159.7 KiB1,9601,820

NumberCruncher.podH A D05-Mar-200234.4 KiB717374

READMEH A D12-Feb-2002857 3221

test.plH A D05-Mar-200215.6 KiB774565

README

1Math/NumberCruncher version 5.00
2================================
3
4Math::NumberCruncher is a rapidly growing collection of various common
5(and somewhat less common) functions, formulae, and algorithms. Please
6view the POD documentation for the full disclaimer and extended
7copyright information.
8
9INSTALLATION
10
11To install this module type the following:
12
13   perl Makefile.PL
14   make
15   make test
16   make install
17
18DEPENDENCIES
19
20Math::NumberCruncher requires that Math::BigInt v1.47 (or greater)
21installed on your system. I've installed v1.47 on numerous systems of
22varying OS's without any problem. This includes, but is not limited to,
23Win98, WinME, Win2000, and WinXP.
24
25COPYRIGHT AND LICENCE
26
27This module is free software and may be modified and/or redistributed
28under the same terms as Perl itself.
29
30Copyright (C) 2002, Kurt Kincaid <sifukurt@yahoo.com>
31
32