diff scripts/optimization/sqp.m @ 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 a44f979a35ce
children 2726132f77f6
line wrap: on
line diff
--- 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:
 ##