changeset 20683:8ba21392ea6d stable

quadv.m: Clarify that tolerance is absolute in docstring. * quadv.m: Clarify that tolerance is absolute in docstring.
author Rik <rik@octave.org>
date Sat, 07 Nov 2015 16:46:06 -0800
parents 78b3e9868b67
children 37a894699480
files scripts/general/quadv.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/general/quadv.m	Sun Nov 01 20:14:47 2015 -0800
+++ b/scripts/general/quadv.m	Sat Nov 07 16:46:06 2015 -0800
@@ -35,8 +35,8 @@
 ## @var{a} and @var{b} are the lower and upper limits of integration.  Both
 ## limits must be finite.
 ##
-## The optional argument @var{tol} defines the tolerance used to stop the
-## adaptation procedure.  The default value is 1e-6.
+## The optional argument @var{tol} defines the absolute tolerance used to stop
+## the adaptation procedure.  The default value is 1e-6.
 ##
 ## The algorithm used by @code{quadv} involves recursively subdividing the
 ## integration interval and applying Simpson's rule on each subinterval.