The R Project SVN R

Rev

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

Rev 24300 Rev 27273
Line 43... Line 43...
43
}
43
}
44
\note{
44
\note{
45
  \code{log} and \code{logb} are the same thing in \R, but \code{logb}
45
  \code{log} and \code{logb} are the same thing in \R, but \code{logb}
46
  is preferred if \code{base} is specified, for S-PLUS compatibility.
46
  is preferred if \code{base} is specified, for S-PLUS compatibility.
47
}
47
}
-
 
48
\details{
-
 
49
  \code{exp} and \code{log} are generic functions: methods can be defined
-
 
50
  for them individually or via the \code{\link{Math}} group generic.
-
 
51
}
48
\references{
52
\references{
49
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
53
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
50
  \emph{The New S Language}.
54
  \emph{The New S Language}.
51
  Wadsworth \& Brooks/Cole.
55
  Wadsworth \& Brooks/Cole.
52
  (for \code{log}, \code{\log10} and \code{exp}.)
56
  (for \code{log}, \code{\log10} and \code{exp}.)