# HG changeset patch # User jwe # Date 809226751 0 # Node ID 41c6ffb66c01a06c2ec1a5a64dd352f63e9e5758 # Parent 13b630c0aad35d1a9c328d07761de46b69d2c129 [project @ 1995-08-24 01:12:31 by jwe] diff -r 13b630c0aad3 -r 41c6ffb66c01 src/quad.cc --- 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;