The R Project SVN R

Rev

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

Rev 60939 Rev 61433
Line 64... Line 64...
64
  \item{double.ulp.digits}{the largest negative integer \code{i} such
64
  \item{double.ulp.digits}{the largest negative integer \code{i} such
65
    that \code{1 + double.base ^ i != 1}, except that it is bounded below by
65
    that \code{1 + double.base ^ i != 1}, except that it is bounded below by
66
    \code{-(double.digits + 3)}.  Normally \code{-52}.}
66
    \code{-(double.digits + 3)}.  Normally \code{-52}.}
67
  \item{double.neg.ulp.digits}{the largest negative integer \code{i}
67
  \item{double.neg.ulp.digits}{the largest negative integer \code{i}
68
    such that \code{1 - double.base ^ i != 1}, except that it is bounded
68
    such that \code{1 - double.base ^ i != 1}, except that it is bounded
69
    below by \code{-(double.digits + 3)}. Normally \code{-53}.} 
69
    below by \code{-(double.digits + 3)}. Normally \code{-53}.}
70
  \item{double.exponent}{
70
  \item{double.exponent}{
71
    the number of bits (decimal places if \code{double.base} is 10) reserved
71
    the number of bits (decimal places if \code{double.base} is 10) reserved
72
    for the representation of the exponent (including the bias or sign)
72
    for the representation of the exponent (including the bias or sign)
73
    of a floating-point number.  Normally \code{11}.}
73
    of a floating-point number.  Normally \code{11}.}
74
  \item{double.min.exp}{
74
  \item{double.min.exp}{