The R Project SVN R

Rev

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

Rev 7002 Rev 7003
Line 28... Line 28...
28
#define MATHLIB_H
28
#define MATHLIB_H
29
 
29
 
30
/*-- Mathlib as part of R --  undefine this for standalone : */
30
/*-- Mathlib as part of R --  undefine this for standalone : */
31
#define MATHLIB_IN_R
31
#define MATHLIB_IN_R
32
 
32
 
-
 
33
#include "Rconfig.h" /* for IEEE_754 etc */
33
#include "Arith.h"
34
#include "R_ext/Arith.h"
34
#include "Random.h"
35
/*#include "R_ext/Random.h"*/
35
 
36
 
36
#ifdef FORTRAN_H
37
#ifdef FORTRAN_H
37
#error __MUST__include "Mathlib.h"  _before_  "Fortran.h"
38
#error __MUST__include "Mathlib.h"  _before_  "Fortran.h"
38
#endif
39
#endif
39
 
40