The R Project SVN R

Rev

Rev 88128 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88128 Rev 88135
Line 106... Line 106...
106
}
106
}
107
 
107
 
108
/* It is not clear why these are being defined in standalone nmath:
108
/* It is not clear why these are being defined in standalone nmath:
109
 * but that they are is stated in the R-admin manual.
109
 * but that they are is stated in the R-admin manual.
110
 *
110
 *
111
 * In R NA_AREAL is a specific NaN computed during initialization.
111
 * In R NA_REAL is a specific NaN computed during initialization.
112
 */
112
 */
113
#if defined(__clang__) && defined(NAN)
113
#if defined(__clang__) && defined(NAN)
114
// C99 (optionally) has NAN, which is a float but will coerce to double.
114
// C99 (optionally) has NAN, which is a float but will coerce to double.
115
double NA_REAL = NAN;
115
double NA_REAL = NAN;
116
#else
116
#else