Edwin Woollett wrote:
> In the manual under quad_qag and quad_qags the statement:
> "(limit - limlst)/2 is the maximum number of subintervals to
> use. Default is 200."
>
> Since this refers to the keyword "limit", is the default value
> of limit equal to 200 or does this mean (limit - limlst)/2 ?
>
> What is the value of limlst?
Had to look up the Fortran source code to find out.
It's an error in the documentation. There is no limlst for qag and
qags. So limit defaults to 200 and is the maximum number of subintervals.
limlst appears to be only used by qawf.
Ray