Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 8693:e5ffb52c9c61
improve fsolve and add ComplexEqn option
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Fri, 06 Feb 2009 13:45:48 +0100 |
parents | d7306ecd077a |
children | 39666c970996 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,8 @@ +2009-02-06 Jaroslav Hajek <highegg@gmail.com> + + * optimization/fsolve.m: Document support for complex holomorphic + systems. Improve guarded evaluation. + 2009-02-05 John W. Eaton <jwe@octave.org> * miscellaneous/news.m: Use puts instead of printf.