comparison libinterp/corefcn/quadcc.cc @ 21547:ad0599a0acc6

doc: Wrap C++ docstrings to 79 characters + newline (80 total). * besselj.cc, bitfcns.cc, cellfun.cc, data.cc, debug.cc, error.cc, file-io.cc, graphics.cc, input.cc, lu.cc, matrix_type.cc, nproc.cc, pr-output.cc, quadcc.cc, regexp.cc, schur.cc, sparse.cc, strfind.cc, strfns.cc, syscalls.cc, urlwrite.cc, variables.cc, __osmesa_print__.cc, audiodevinfo.cc, audioread.cc, ccolamd.cc, chol.cc, colamd.cc, convhulln.cc, qr.cc, symbfact.cc, ov-java.cc, ov-struct.cc, ov-usr-fcn.cc, pt-arg-list.cc: doc: Wrap C++ docstrings to 79 characters + newline (80 total).
author Rik <rik@octave.org>
date Sun, 27 Mar 2016 20:39:19 -0700
parents 40de9f8f23a6
children 6c2fd62db1f7
comparison
equal deleted inserted replaced
21546:f7f97d7e9294 21547:ad0599a0acc6
1517 \n\ 1517 \n\
1518 The result of the integration is returned in @var{q}.\n\ 1518 The result of the integration is returned in @var{q}.\n\
1519 \n\ 1519 \n\
1520 @var{err} is an estimate of the absolute integration error.\n\ 1520 @var{err} is an estimate of the absolute integration error.\n\
1521 \n\ 1521 \n\
1522 @var{nr_points} is the number of points at which the integrand was evaluated.\n\ 1522 @var{nr_points} is the number of points at which the integrand was\n\
1523 evaluated.\n\
1523 \n\ 1524 \n\
1524 If the adaptive integration did not converge, the value of @var{err} will be\n\ 1525 If the adaptive integration did not converge, the value of @var{err} will be\n\
1525 larger than the requested tolerance. Therefore, it is recommended to verify\n\ 1526 larger than the requested tolerance. Therefore, it is recommended to verify\n\
1526 this value for difficult integrands.\n\ 1527 this value for difficult integrands.\n\
1527 \n\ 1528 \n\