comparison src/DLD-FUNCTIONS/quad.cc @ 6741:00116015904d

[project @ 2007-06-18 16:07:14 by jwe]
author jwe
date Mon, 18 Jun 2007 16:07:14 +0000
parents 080c08b192d8
children 93c65f2a5668
comparison
equal deleted inserted replaced
6740:605ea655366d 6741:00116015904d
163 required, and @var{err} contains an estimate of the error in the\n\ 163 required, and @var{err} contains an estimate of the error in the\n\
164 solution.\n\ 164 solution.\n\
165 \n\ 165 \n\
166 You can use the function @code{quad_options} to set optional\n\ 166 You can use the function @code{quad_options} to set optional\n\
167 parameters for @code{quad}.\n\ 167 parameters for @code{quad}.\n\
168 \n\
169 It should be noted that since @code{quad} is written in Fortran it\n\
170 cannot be called recursively.\n\
168 @end deftypefn") 171 @end deftypefn")
169 { 172 {
170 octave_value_list retval; 173 octave_value_list retval;
171 174
172 std::string fcn_name; 175 std::string fcn_name;