2002-06-03  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* pkgIndex.tcl: updated calculus to version 0.5.
	* calculus.man: Added [require] declarations.

	* calculus.README:
	* calculus.CHANGES:
	* calculus.tcl:
	* calculus.test:
	* calculus.man: Applied changes for #553773 on behalf of Arjen
	  Markus <arjenmarkus@users.sourceforge.net>.

2002-05-08  Don Porter <dgp@users.sourceforge.net>

	* calculus.test: Corrected testing problems by namespace-ifying
	the file.

2002-04-15  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* combinatorics.man: Added doctools manpage.
	* math.man: Added doctools manpage.

2002-03-25  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* calculus.man: Fixed formatting errors in the doctools manpage.

2002-02-15  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* Update of calculus. #528434

	* calculus.man: New file, calculus documentation in doctools format.
	* calculus.test: New file, beginnings of testsuite

	* calculus.CHANGES:
	* calculus.README:
	* calculus.tcl:
	* pkgIndex.tcl: updated to calculus 0.3

2002-02-14  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* combinatorics.tcl
	* geometry.tcl (proc): Frink run

	* math::geometry: Version is now 1.0.1 to distinguish this from
	  the code in tcllib release 1.2

	* math: Version is now 1.2.1 to distinguish this from
	  the code in tcllib release 1.2

2002-01-18  Don Porter <dgp@users.sourceforge.net>

	* math.tcl: [namespace export Beta] got out of sync with the
	command name.
	* misc.tcl: removed [package provide math]; duplicated in
	math.tcl, a sync problem waiting to happen.

2002-01-18  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* Bumped version to 1.2.

2002-01-18  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* Added calculus functionality and fuzzy FP comparison as provided
	  by Arjen Markus <arjen.markus@wldelft.nl> as is. This code
	  currently has neither true testsuite nor good documentation but
	  was considered important enough to get in now. Polish has to
	  come in the subsequent patch releases.

2002-01-11  Kevin Kenny  <kennykb@users.sourceforge.net>

	* combinatorics.tcl: Removed incorrect 'package provide'.
	
2002-01-11  Kevin Kenny  <kennykb@users.sourceforge.net>

	* math.tcl: 
	* misc.tcl:
	* pkgIndex.tcl:
	* tclIndex: Reorganized so that math.tcl is a top-level 'package
	provide' script and loads a tclIndex.  The code from 'math.tcl'
	moves into 'misc.tcl'.
	* combinatorics.n:
	* combinatorics.tcl:
	* combinatorics.test: Added a 'combinatorics' module containing
	the Gamma function and several related functions (factorial,
	binomial coefficient, and Beta). (Feature request #484850).
	
2001-06-21  Andreas Kupries <andreas_kupries@users.sourceforge.net>

	* math.tcl: Fixed dubious code reported by frink.

2000-10-06  Eric Melski  <ericm@ajubasolutions.com>

	* math.test: 
	* math.n: 
	* math.tcl: Added ::math::fibonacci function, to compute numbers
	in the Fibonacci sequence.

2000-09-08  Eric Melski  <ericm@ajubasolutions.com>

	* math.test:
	* math.n:
	* math.tcl: Added ::math::random function.

	* pkgIndex.tcl: Bumped version number to 1.1.

2000-06-15  Eric Melski  <ericm@scriptics.com>

	* math.n: 
	* math.test: 
	* math.tcl: Incorporated sigma, cov, stats, integrate functions
	(from Philip Ehrens <pehrens@ligo.caltech.edu>). [RFE: 5060]

2000-03-27  Eric Melski  <ericm@scriptics.com>

	* math.n: 
	* math.test: 
	* math.tcl: Added sum, mean, and product functions (from Philip
	Ehrens <pehrens@ligo.caltech.edu>).

2000-03-09  Eric Melski  <ericm@scriptics.com>

	* math.test: Adapted tests for use in/out of tcllib test framework.

2000-03-07  Eric Melski  <ericm@scriptics.com>

	* pkgIndex.tcl:
	* math.tcl:
	* math.test:
	* math.n: Initial versions of files for math library.
