• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..01-Mar-2013104

bessel.tclH A D22-Sep-20044.2 KiB

bessel.testH A D21-Aug-20072.1 KiB

bigfloat.manH A D28-Jan-200915.9 KiB

bigfloat.tclH A D02-Mar-200891.7 KiB

bigfloat.testH A D02-Mar-200820.6 KiB

bigfloat2.tclH A D14-May-200880.3 KiB

bigfloat2.testH A D02-Mar-200820.8 KiB

bignum.manH A D28-Jan-20098.7 KiB

bignum.tclH A D21-Feb-200628.5 KiB

bignum.testH A D09-Oct-200616.8 KiB

calculus.CHANGESH A D03-Jun-2002537

calculus.docH A D03-Jun-200211.2 KiB

calculus.manH A D28-Jan-200912.4 KiB

calculus.READMEH A D03-Jun-2002751

calculus.tclH A D07-Oct-200844.6 KiB

calculus.testH A D26-Jun-200817.6 KiB

calculus.testscriptH A D18-Jan-20022.2 KiB

ChangeLogH A D30-Aug-201041 KiB

classic_polyns.tclH A D22-Sep-20044.6 KiB

combinatorics.manH A D28-Jan-20092.8 KiB

combinatorics.tclH A D09-Feb-200410.6 KiB

combinatorics.testH A D09-Oct-20069.5 KiB

constants.manH A D28-Jan-20093.1 KiB

constants.tclH A D05-Oct-20055.4 KiB

constants.testH A D22-Mar-20081.5 KiB

elliptic.tclH A D20-Feb-20084.9 KiB

elliptic.testH A D21-Aug-20072.2 KiB

exponential.tclH A D17-Aug-200512.7 KiB

fourier.manH A D28-Jan-20095.1 KiB

fourier.tclH A D20-Sep-200612.1 KiB

fourier.testH A D09-Oct-20063.6 KiB

fuzzy.eps.f90H A D18-Jan-20026.9 KiB

fuzzy.manH A D28-Jan-20094.6 KiB

fuzzy.tclH A D17-Jan-20103.6 KiB

fuzzy.testH A D17-Jan-20109.1 KiB

fuzzy.testscriptH A D18-Jan-2002586

geometry.manH A D24-May-201012.7 KiB

geometry.tclH A D24-May-201035.2 KiB

geometry.testH A D06-Apr-201020.2 KiB

interpolate.manH A D28-Jan-20098 KiB

interpolate.tclH A D22-Oct-200916.3 KiB

interpolate.testH A D22-Oct-20098.9 KiB

linalg.manH A D07-Apr-200929.6 KiB

linalg.tclH A D30-Aug-201063.7 KiB

linalg.testH A D28-Sep-200924.1 KiB

liststat.tclH A D24-Apr-20032.4 KiB

machineparameters.manH A D17-Feb-20095.7 KiB

machineparameters.tclH A D05-Feb-200910.6 KiB

machineparameters.testH A D05-Feb-2009989

math.manH A D04-Dec-20094 KiB

math.tclH A D04-Dec-20091.3 KiB

math.testH A D04-Dec-20097.3 KiB

misc.tclH A D10-Oct-20058.8 KiB

mvlinreg.tclH A D20-Mar-20077.9 KiB

optimize.manH A D28-Jan-200913.6 KiB

optimize.tclH A D27-Sep-200535.8 KiB

optimize.testH A D09-Oct-200614 KiB

pdf_stat.tclH A D16-Nov-200937.8 KiB

pkgIndex.tclH A D30-Aug-20102 KiB

plotstat.tclH A D13-Jun-20067.8 KiB

polynomials.manH A D28-Jan-20095.4 KiB

polynomials.tclH A D05-Oct-200515.4 KiB

polynomials.testH A D09-Oct-20068.6 KiB

qcomplex.manH A D28-Jan-20096.5 KiB

qcomplex.tclH A D20-Sep-20064.5 KiB

qcomplex.testH A D09-Oct-20066.6 KiB

rational_funcs.manH A D28-Jan-20094.9 KiB

rational_funcs.tclH A D05-Oct-200510.8 KiB

roman.manH A D28-Jan-20092.1 KiB

roman.testH A D09-Oct-20066.3 KiB

romannumerals.tclH A D04-Oct-20054.9 KiB

romberg.manH A D28-Jan-200912.7 KiB

special.manH A D28-Jan-200912.8 KiB

special.tclH A D13-Aug-20085.2 KiB

special.testH A D21-Aug-20073.2 KiB

statistics.manH A D28-Jan-200936.6 KiB

statistics.tclH A D17-Nov-200939.7 KiB

statistics.testH A D13-Jul-200920.1 KiB

tclIndexH A D11-Jan-20021.7 KiB

TODOH A D26-Oct-2005659

calculus.README

1Package: math::calculus
2-----------------------
3The math::calculus package is an all-Tcl package that implements 
4several basic numerical algorithms, such as the integration
5of functions of one variable or the integration of ordinary
6differential equations.
7
8The directory contains the following files:
9README         - This file
10CHANGES        - Changes made since the previous version(s)
11calculus.tcl   - The source code for the package
12calculus.test  - Several simple tests
13calculus.html  - Documentation of the package
14
15The current version is: 0.5, may 2002
16
17This package is available as part of Tcllib at:
18   http://tcllib.sourceforge.net
19
20Please contact Arjen Markus (arjen.markus@wldelft.nl) for questions,
21bug reports, enhancements and so on.
22