The R Project SVN R

Rev

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

Rev 68948 Rev 69426
Line 100... Line 100...
100
    about Floating-Point Arithmetic}  ACM Computing Surveys, \bold{23(1)}.\cr
100
    about Floating-Point Arithmetic}  ACM Computing Surveys, \bold{23(1)}.\cr
101
  Postscript version available at
101
  Postscript version available at
102
  \url{http://www.validlab.com/goldberg/paper.ps}
102
  \url{http://www.validlab.com/goldberg/paper.ps}
103
  Extended PDF version at \url{http://www.validlab.com/goldberg/paper.pdf}
103
  Extended PDF version at \url{http://www.validlab.com/goldberg/paper.pdf}
104
 
104
 
105
  The C99 function \code{isfinite} is used for \code{is.finite} if available.
105
  The C99 function \code{isfinite} is used for \code{is.finite}.
106
}
106
}
107
\examples{
107
\examples{
108
pi / 0 ## = Inf a non-zero number divided by zero creates infinity
108
pi / 0 ## = Inf a non-zero number divided by zero creates infinity
109
0 / 0  ## =  NaN
109
0 / 0  ## =  NaN
110
 
110