changeset 11290:646063a22a35

sqp.m: Use correct stopping tolerance in documentation.
author Rik <octave@nomad.inbox5.com>
date Mon, 22 Nov 2010 19:07:48 -0800
parents f44c47959256
children 5abe6815aa5e
files scripts/ChangeLog scripts/optimization/sqp.m
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog	Mon Nov 22 21:13:15 2010 +0100
+++ b/scripts/ChangeLog	Mon Nov 22 19:07:48 2010 -0800
@@ -1,3 +1,7 @@
+2010-11-21  Rik  <octave@nomad.inbox5.com>
+
+	* optimization/sqp.m: Use correct stopping tolerance in documentation.
+
 2010-11-21  Kai Habel  <kai.habel@gmx.de>
 
 	* (plot/uigetdir.m, plot/private/__fltk_file_filter__.m:): Check if
--- a/scripts/optimization/sqp.m	Mon Nov 22 21:13:15 2010 +0100
+++ b/scripts/optimization/sqp.m	Mon Nov 22 19:07:48 2010 -0800
@@ -149,7 +149,7 @@
 ## The default value is 100.
 ##
 ## The eighth argument specifies the tolerance for the stopping criteria.
-## The default value is @code{eps}.
+## The default value is @code{sqrt(eps)}.
 ##
 ## The value returned in @var{info} may be one of the following:
 ##