The R Project SVN R

Rev

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

Rev 85990 Rev 88908
Line 30... Line 30...
30
    should be computed, i.e., \eqn{ (f(x+h) - f(x-h)) / 2h }.  These are
30
    should be computed, i.e., \eqn{ (f(x+h) - f(x-h)) / 2h }.  These are
31
    typically more accurate but need more evaluations of \eqn{f()}.}
31
    typically more accurate but need more evaluations of \eqn{f()}.}
32
}
32
}
33
\details{
33
\details{
34
  This is a front end to the C function \code{numeric_deriv}, which is
34
  This is a front end to the C function \code{numeric_deriv}, which is
35
  described in \emph{Writing R Extensions}.
35
  described in Section \manual{R-exts}{Calculating numerical derivatives}.
36
 
36
 
37
  The numeric variables must be of type \code{double} and not \code{integer}.
37
  The numeric variables must be of type \code{double} and not \code{integer}.
38
  %% checked in C code .. why not just coerce them?   (TODO?)
38
  %% checked in C code .. why not just coerce them?   (TODO?)
39
}
39
}
40
\value{
40
\value{