The R Project SVN R

Rev

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

Rev 19500 Rev 24068
Line 71... Line 71...
71
 *
71
 *
72
 ************************************************************************
72
 ************************************************************************
73
 */
73
 */
74
 
74
 
75
#include <float.h>
75
#include <float.h>
76
#ifndef Macintosh
-
 
77
#include <math.h>
76
#include <math.h>
78
#else
-
 
79
#include <fp.h>
-
 
80
#endif /* mac */
-
 
81
 
77
 
82
#include <R_ext/Applic.h>
78
#include <R_ext/Applic.h>
83
 
79
 
84
#define EPSILON DBL_EPSILON
80
#define EPSILON DBL_EPSILON
85
 
81