~ubuntu-branches/ubuntu/utopic/mricron/utopic

« back to all changes in this revision

Viewing changes to fpmath/tpmath.txt

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2010-07-29 22:07:43 UTC
  • Revision ID: james.westby@ubuntu.com-20100729220743-q621ts2zj806gu0n
Tags: upstream-0.20100725.1~dfsg.1
ImportĀ upstreamĀ versionĀ 0.20100725.1~dfsg.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
******************************************************************************
 
2
*                                                                            *
 
3
*                                 TPMATH                                     *
 
4
*                                                                            *
 
5
*                MATHEMATICAL LIBRARY FOR PASCAL COMPILERS                   *
 
6
*                                                                            *
 
7
*                       Version 0.50 (December 2007)                         *
 
8
*                                                                            *
 
9
******************************************************************************
 
10
 
 
11
 
 
12
 
 
13
                           AUTHOR : Dr Jean DEBORD
 
14
 
 
15
               Laboratoire de Pharmacologie, Faculte de Medecine
 
16
               2 Rue du Docteur Marcland, 87025 Limoges (France)
 
17
                            debord.jean@orange.fr
 
18
                            jean.debord@unilim.fr                         
 
19
 
 
20
 
 
21
******************************************************************************
 
22
 This library is distributed under the terms of the GNU Lesser General Public
 
23
 License (LGPL). See file LGPL.TXT for details.
 
24
******************************************************************************
 
25
 
 
26
 
 
27
INTRODUCTION
 
28
============
 
29
 
 
30
TPMath is a mathematical library for Pascal compilers. 
 
31
It is entirely written in Pascal and does not depend on external libraries. 
 
32
TPMath provides routines and demo programs for numerical analysis, including 
 
33
mathematical functions, probabilities, matrices, optimization, linear and nonlinear
 
34
equations, integration, Fast Fourier Transform, random numbers, statistics and graphics.
 
35
 
 
36
 
 
37
CONTENTS
 
38
========
 
39
 
 
40
Main directory
 
41
--------------
 
42
 
 
43
TPMATH.TXT : This file
 
44
LGPL.TXT   : License
 
45
TPMATH.PDF : Documentation of TPMath in PDF format
 
46
 
 
47
DLL directory
 
48
-------------
 
49
 
 
50
Source files of the library.
 
51
 
 
52
UNITS directory
 
53
---------------
 
54
 
 
55
Source files of individual units.
 
56
 
 
57
DEMO directory
 
58
--------------
 
59
 
 
60
Source of demo programs.
 
61
 
 
62
 
 
63
SYSTEM REQUIREMENTS
 
64
===================
 
65
 
 
66
* PC computer with Windows or Linux
 
67
* Delphi (32 bits) or Free Pascal. 
 
68
* Should also work (with some restrictions) with Turbo Pascal, Delphi 16 bits or GNU Pascal
 
69
 
 
70
 
 
71
INSTALLATION AND COMPILATION
 
72
============================
 
73
 
 
74
See the instructions in file TPMATH.PDF (chapter 1)
 
75
 
 
76
 
 
77
WEB LINKS
 
78
=========
 
79
 
 
80
TPMath web page:
 
81
http://www.unilim.fr/pages_perso/jean.debord/tpmath/tpmath.htm
 
82
 
 
83
SourceForge project page:
 
84
http://sourceforge.net/projects/tpmath/
 
85
 
 
86
Mailing list:
 
87
http://groups.yahoo.com/group/tpmathlib/
 
88