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.
