comparison src/DLD-FUNCTIONS/quadcc.cc @ 14854:5ae9f0f77635

maint: Use Octave coding conventions for coddling parenthis is DLD-FUNCTIONS directory * __fltk_uigetfile__.cc, __glpk__.cc, __init_fltk__.cc, __magick_read__.cc, besselj.cc, bsxfun.cc, ccolamd.cc, cellfun.cc, chol.cc, colamd.cc, daspk.cc, dasrt.cc, dassl.cc, dmperm.cc, fft.cc, filter.cc, find.cc, gcd.cc, kron.cc, lsode.cc, lu.cc, luinc.cc, quad.cc, quadcc.cc, rand.cc, regexp.cc, schur.cc, str2double.cc, symbfact.cc, symrcm.cc, tril.cc, urlwrite.cc: Use Octave coding conventions for coddling parenthis is DLD-FUNCTIONS directory.
author Rik <octave@nomad.inbox5.com>
date Mon, 09 Jul 2012 13:01:49 -0700
parents 60e5cf354d80
children
comparison
equal deleted inserted replaced
14853:72b8b39e12be 14854:5ae9f0f77635
1491 @noindent\n\ 1491 @noindent\n\
1492 which uses the element-by-element `dot' form for all operators.\n\ 1492 which uses the element-by-element `dot' form for all operators.\n\
1493 \n\ 1493 \n\
1494 @var{a} and @var{b} are the lower and upper limits of integration. Either\n\ 1494 @var{a} and @var{b} are the lower and upper limits of integration. Either\n\
1495 or both limits may be infinite. @code{quadcc} handles an inifinite limit\n\ 1495 or both limits may be infinite. @code{quadcc} handles an inifinite limit\n\
1496 by substituting the variable of integration with @code{x=tan(pi/2*u)}.\n\ 1496 by substituting the variable of integration with @code{x = tan (pi/2*u)}.\n\
1497 \n\ 1497 \n\
1498 The optional argument @var{tol} defines the relative tolerance used to stop\n\ 1498 The optional argument @var{tol} defines the relative tolerance used to stop\n\
1499 the integration procedure. The default value is @math{1e^{-6}}.\n\ 1499 the integration procedure. The default value is @math{1e^{-6}}.\n\
1500 \n\ 1500 \n\
1501 The optional argument @var{sing} contains a list of points where the\n\ 1501 The optional argument @var{sing} contains a list of points where the\n\