[Mathlib-commitlog] mathlib ChangeLog.txt,1.138,1.139
Status: Beta
Brought to you by:
st_mueller
|
From: Stefan M. <st_...@us...> - 2007-01-05 14:29:55
|
Update of /cvsroot/mathlib/mathlib In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv24933 Modified Files: ChangeLog.txt Log Message: Index: ChangeLog.txt =================================================================== RCS file: /cvsroot/mathlib/mathlib/ChangeLog.txt,v retrieving revision 1.138 retrieving revision 1.139 diff -C2 -d -r1.138 -r1.139 *** ChangeLog.txt 5 Jan 2007 09:26:45 -0000 1.138 --- ChangeLog.txt 5 Jan 2007 14:29:50 -0000 1.139 *************** *** 31,34 **** --- 31,39 ---- 2007/01/05 + stefan * MathLib/Functions/UserFunction.java added handling of "varargin" + stefan * MathLib/Tools/Testsuite/Functions/Matrix/* added lots of tests + stefan * MathLib/Tools/Testsuite/Functions/Matrix/* added lots of tests + + 2007/01/05 stefan + Functions/specfun/_private/ContinuedFraction.java stefan + Functions/specfun/_private/ConvergenceException.java |