The R Project SVN R

Rev

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

Rev 2235 Rev 2258
Line 7... Line 7...
7
#include <float.h>
7
#include <float.h>
8
#include <limits.h>
8
#include <limits.h>
9
#include <math.h>
9
#include <math.h>
10
#include <stdlib.h>
10
#include <stdlib.h>
11
 
11
 
-
 
12
/* possible -lm / Fortran conflicts:*/
-
 
13
#define gamma Rgamma
-
 
14
#define lgamma Rlgamma
-
 
15
 
12
/* 30 Decimal-place constants computed with bc -l (scale=32; proper round) */
16
/* 30 Decimal-place constants computed with bc -l (scale=32; proper round) */
13
 
17
 
14
#ifndef M_SQRT_2
18
#ifndef M_SQRT_2
15
#define M_SQRT_2	1.4142135623730950488016887242097
19
#define M_SQRT_2	1.4142135623730950488016887242097
16
#define M_1_SQRT_2	0.707106781186547524400844362105	/* 1/sqrt(2) */
20
#define M_1_SQRT_2	0.707106781186547524400844362105	/* 1/sqrt(2) */