The R Project SVN R

Rev

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

Rev 48465 Rev 48485
Line 184... Line 184...
184
#define M_LN_SQRT_PId2	0.225791352644727432363097614947	/* log(sqrt(pi/2)) */
184
#define M_LN_SQRT_PId2	0.225791352644727432363097614947	/* log(sqrt(pi/2)) */
185
#endif
185
#endif
186
 
186
 
187
 
187
 
188
#ifdef MATHLIB_STANDALONE
188
#ifdef MATHLIB_STANDALONE
-
 
189
# ifndef R_EXT_BOOLEAN_H_
189
/* "copy-paste" R_ext/Boolean.h : */
190
/* "copy-paste" R_ext/Boolean.h if not already included: */
190
 #define R_EXT_BOOLEAN_H_
191
 #define R_EXT_BOOLEAN_H_
191
 #undef FALSE
192
 #undef FALSE
192
 #undef TRUE
193
 #undef TRUE
193
 typedef enum { FALSE = 0, TRUE } Rboolean;
194
 typedef enum { FALSE = 0, TRUE } Rboolean;
-
 
195
# endif
194
#else
196
#else
195
# include <R_ext/Boolean.h>
197
# include <R_ext/Boolean.h>
196
#endif
198
#endif
197
 
199
 
198
 
200