diff options
author | Jay Belanger <jay.p.belanger@gmail.com> | 2007-08-04 04:22:27 +0000 |
---|---|---|
committer | Jay Belanger <jay.p.belanger@gmail.com> | 2007-08-04 04:22:27 +0000 |
commit | fa92d805be21e47724999588e3f22eeaebdf280b (patch) | |
tree | f2c63befca1b8786237fc5cc8508f97e1b0624da /man/ChangeLog | |
parent | de6a5d7ba9b76912bbc4a3faddd59ecbe903a923 (diff) | |
download | emacs-fa92d805be21e47724999588e3f22eeaebdf280b.tar.gz |
(Linear Fits): Correct result.
Diffstat (limited to 'man/ChangeLog')
-rw-r--r-- | man/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 662250740b9..b9fce174f64 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -5,7 +5,8 @@ (Graphics Options): Mention how `g s' handles error forms. (Curve Fitting): Mention plotting the curves. (Standard Nonlinear Models): Add additional models. - (Curve fitting details): Mention the Levenberg-Marquardt method. + (Curve Fitting Details): Mention the Levenberg-Marquardt method. + (Linear Fits): Correct result. 2007-08-01 Alan Mackenzie <acm@muc.de> |