The R Project SVN R

Rev

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

Rev 25960 Rev 27523
Line 40... Line 40...
40
 
40
 
41
#ifndef HAVE_WORKING_LOG1P
41
#ifndef HAVE_WORKING_LOG1P
42
@RMATH_HAVE_WORKING_LOG1P@
42
@RMATH_HAVE_WORKING_LOG1P@
43
#endif
43
#endif
44
 
44
 
-
 
45
#include <errno.h>
-
 
46
#include <limits.h>
-
 
47
#include <float.h>
-
 
48
#include <math.h>
-
 
49
 
45
#if defined(HAVE_LOG1P) && !defined(HAVE_WORKING_LOG1P)
50
#if defined(HAVE_LOG1P) && !defined(HAVE_WORKING_LOG1P)
46
/* remap to avoid problems with getting the right entry point */
51
/* remap to avoid problems with getting the right entry point */
47
double  Rlog1p(double);
52
double  Rlog1p(double);
48
#define log1p Rlog1p
53
#define log1p Rlog1p
49
#endif
54
#endif
50
 
55
 
51
#include <errno.h>
-
 
52
#include <limits.h>
-
 
53
#include <float.h>
-
 
54
#include <math.h>
-
 
55
 
-
 
56
#include <stdlib.h>
56
#include <stdlib.h>
57
 
57
 
58
	/* Undo SGI Madness */
58
	/* Undo SGI Madness */
59
 
59
 
60
#ifdef ftrunc
60
#ifdef ftrunc