The R Project SVN R

Rev

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

Rev 68948 Rev 74265
Line 1... Line 1...
1
% File src/library/base/man/zMachine.Rd
1
% File src/library/base/man/zMachine.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2014 R Core Team
3
% Copyright 1995-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{.Machine}
6
\name{.Machine}
7
\alias{.Machine}
7
\alias{.Machine}
8
\concept{long double}
8
\concept{long double}
Line 114... Line 114...
114
\source{
114
\source{
115
  Uses a C translation of Fortran code in the reference, modified by the
115
  Uses a C translation of Fortran code in the reference, modified by the
116
  R Core Team to defeat over-optimization in recent compilers.
116
  R Core Team to defeat over-optimization in recent compilers.
117
}
117
}
118
\references{
118
\references{
119
  Cody, W. J. (1988)
119
  Cody, W. J. (1988).
120
  MACHAR: A subroutine to dynamically determine machine parameters.
120
  MACHAR: A subroutine to dynamically determine machine parameters.
121
  \emph{Transactions on Mathematical Software}, \bold{14}, 4, 303--311.
121
  \emph{Transactions on Mathematical Software}, \bold{14}(4), 303--311.
-
 
122
  \doi{10.1145/50063.51907}.
122
}
123
}
123
\seealso{
124
\seealso{
124
  \code{\link{.Platform}} for details of the platform.
125
  \code{\link{.Platform}} for details of the platform.
125
}
126
}
126
\examples{
127
\examples{