The R Project SVN R

Rev

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

Rev 86999 Rev 87312
Line 41... Line 41...
41
# include <cfloat>   /* Defines the RHSs, C++11 and later */
41
# include <cfloat>   /* Defines the RHSs, C++11 and later */
42
#else
42
#else
43
# include <float.h>  /* Defines the RHSs, C99 and later */
43
# include <float.h>  /* Defines the RHSs, C99 and later */
44
#endif
44
#endif
45
 
45
 
46
#ifndef STRICT_R_HEADERS
46
/* #ifndef STRICT_R_HEADERS
47
# define PI             M_PI
47
# define PI             M_PI
48
#endif
48
#endif
-
 
49
*/
49
 
50
 
50
/* The DOUBLE_* defines were deprecated in R 4.2.0 and removed in 4.3.0.
51
/* The DOUBLE_* defines were deprecated in R 4.2.0 and removed in 4.3.0.
51
#define DOUBLE_DIGITS  DBL_MANT_DIG
52
#define DOUBLE_DIGITS  DBL_MANT_DIG
52
#define DOUBLE_EPS     DBL_EPSILON
53
#define DOUBLE_EPS     DBL_EPSILON
53
#define DOUBLE_XMAX    DBL_MAX
54
#define DOUBLE_XMAX    DBL_MAX