The R Project SVN R

Rev

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

Rev 49567 Rev 51317
Line 1... Line 1...
1
% File src/library/base/man/Math.Rd
1
% File src/library/base/man/Math.Rd
2
% Part of the R package, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2007 R Core Development Team
3
% Copyright 1995-2010 R Core Development Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{MathFun}
6
\name{MathFun}
7
\title{Miscellaneous Mathematical Functions}
7
\title{Miscellaneous Mathematical Functions}
8
\usage{
8
\usage{
Line 18... Line 18...
18
}
18
}
19
\arguments{
19
\arguments{
20
  \item{x}{a numeric or \code{\link{complex}} vector or array.}
20
  \item{x}{a numeric or \code{\link{complex}} vector or array.}
21
}
21
}
22
\details{
22
\details{
23
  These are generic functions: methods can be defined for them
23
  These are \link{internal generic} \link{primitive} functions: methods
-
 
24
  can be defined for them individually or via the
24
  individually or via the \code{\link[=S3groupGeneric]{Math}}
25
  \code{\link[=S3groupGeneric]{Math}} group generic.  For complex
25
  group generic.  For complex arguments (and the default method), \code{z},
26
  arguments (and the default method), \code{z}, \code{abs(z) ==
26
  \code{abs(z) == \link{Mod}(z)} and \code{sqrt(z) == z^0.5}.
27
  \link{Mod}(z)} and \code{sqrt(z) == z^0.5}.
27
 
28
 
28
  \code{abs(x)} returns an \code{\link{integer}} vector when \code{x} is
29
  \code{abs(x)} returns an \code{\link{integer}} vector when \code{x} is
29
  \code{integer} or \code{\link{logical}}.
30
  \code{integer} or \code{\link{logical}}.
30
}
31
}
31
\section{S4 methods}{
32
\section{S4 methods}{