comparison scripts/general/dblquad.m @ 12653:25d4e163ee38

merge stable to default
author John W. Eaton <jwe@octave.org>
date Fri, 06 May 2011 18:45:05 -0400
parents eb4afb6a1a51 f96b9b9f141b
children 72c96de7a403
comparison
equal deleted inserted replaced
12651:332bb3b9600e 12653:25d4e163ee38
30 ## 30 ##
31 ## @var{xa}, @var{ya} and @var{xb}, @var{yb} are the lower and upper limits of 31 ## @var{xa}, @var{ya} and @var{xb}, @var{yb} are the lower and upper limits of
32 ## integration for x and y respectively. The underlying integrator determines 32 ## integration for x and y respectively. The underlying integrator determines
33 ## whether infinite bounds are accepted. 33 ## whether infinite bounds are accepted.
34 ## 34 ##
35 ## The optional argument @var{tol} defines the absolute tolerance used to 35 ## The optional argument @var{tol} defines the absolute tolerance used to
36 ## integrate each sub-integral. The default value is @math{1e^{-6}}. 36 ## integrate each sub-integral. The default value is @math{1e^{-6}}.
37 ## 37 ##
38 ## The optional argument @var{quadf} specifies which underlying integrator 38 ## The optional argument @var{quadf} specifies which underlying integrator
39 ## function to use. Any choice but @code{quad} is available and the default 39 ## function to use. Any choice but @code{quad} is available and the default
40 ## is @code{quadcc}. 40 ## is @code{quadcc}.