The R Project SVN R

Rev

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

Rev 12980 Rev 13114
Line 89... Line 89...
89
 
89
 
90
#ifndef M_PI
90
#ifndef M_PI
91
#define M_PI		3.141592653589793238462643383280	/* pi */
91
#define M_PI		3.141592653589793238462643383280	/* pi */
92
#endif
92
#endif
93
 
93
 
-
 
94
#ifndef M_2PI
-
 
95
#define M_2PI		6.283185307179586476925286766559	/* 2*pi */
-
 
96
#endif
-
 
97
 
94
#ifndef M_PI_2
98
#ifndef M_PI_2
95
#define M_PI_2		1.570796326794896619231321691640	/* pi/2 */
99
#define M_PI_2		1.570796326794896619231321691640	/* pi/2 */
96
#endif
100
#endif
97
 
101
 
98
#ifndef M_PI_4
102
#ifndef M_PI_4