changeset 1330:41c6ffb66c01

[project @ 1995-08-24 01:12:31 by jwe]
author jwe
date Thu, 24 Aug 1995 01:12:31 +0000
parents 13b630c0aad3
children c04c2a6849e8
files src/quad.cc
diffstat 1 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/quad.cc	Thu Aug 24 00:58:44 1995 +0000
+++ b/src/quad.cc	Thu Aug 24 01:12:31 1995 +0000
@@ -94,9 +94,15 @@
 where y and x are scalars.\n\
 \n\
 The second and third arguments are limits of integration.  Either or\n\
-both may be infinite.  The optional argument TOL specifies the desired\n\
-accuracy of the result.  The optional argument SING is a vector of\n\
-at which the integrand is singular.")
+both may be infinite.\n\
+\n\
+The optional argument tol is a vector that specifies the desired\n\
+accuracy of the result.  The first element of the vector is the desired\n\
+absolute tolerance, and the second element is the desired relative\n\
+tolerance.\n\
+\n\
+The optional argument @var{sing} is a vector of values at which the\n\
+integrand is singular.")
 {
   Octave_object retval;