The R Project SVN R

Rev

Rev 88696 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88696 Rev 90259
Line 46... Line 46...
46
 
46
 
47
  Note that the comments in the C source code in
47
  Note that the comments in the C source code in
48
  \file{\var{R}/src/appl/integrate.c} give more details, particularly about
48
  \file{\var{R}/src/appl/integrate.c} give more details, particularly about
49
  reasons for failure (internal error code \code{ier >= 1}).
49
  reasons for failure (internal error code \code{ier >= 1}).
50
 
50
 
51
  In \R versions \eqn{\le}{<=} 3.2.x, the first entries of
51
  In \R versions \eqn{\le} 3.2.x, the first entries of
52
  \code{lower} and \code{upper} were used whereas an error is signalled
52
  \code{lower} and \code{upper} were used whereas an error is signalled
53
  now if they are not of length one.
53
  now if they are not of length one.
54
}
54
}
55
\note{
55
\note{
56
  Like all numerical integration routines, these evaluate the function
56
  Like all numerical integration routines, these evaluate the function