The R Project SVN R

Rev

Rev 68948 | Rev 82142 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 74363
Line 83... Line 83...
83
}
83
}
84
\source{
84
\source{
85
  \code{log1p} and \code{expm1} may be taken from the operating system,
85
  \code{log1p} and \code{expm1} may be taken from the operating system,
86
  but if not available there then they are based on the Fortran subroutine
86
  but if not available there then they are based on the Fortran subroutine
87
  \code{dlnrel} by W. Fullerton of Los Alamos Scientific Laboratory (see
87
  \code{dlnrel} by W. Fullerton of Los Alamos Scientific Laboratory (see
88
  \url{http://www.netlib.org/slatec/fnlib/dlnrel.f} and (for small x) a
88
  \url{http://www.netlib.org/slatec/fnlib/dlnrel.f}) and (for small x) a
89
  single Newton step for the solution of \code{log1p(y) = x}
89
  single Newton step for the solution of \code{log1p(y) = x}
90
  respectively.
90
  respectively.
91
}
91
}
92
\references{
92
\references{
93
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
93
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)