The R Project SVN R

Rev

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

Rev 9296 Rev 9417
Line 25... Line 25...
25
#include "Defn.h"
25
#include "Defn.h"
26
#include "Mathlib.h"
26
#include "Mathlib.h"
27
#include "Graphics.h"
27
#include "Graphics.h"
28
#include "Print.h"
28
#include "Print.h"
29
 
29
 
-
 
30
#ifndef HAVE_HYPOT
-
 
31
# define hypot pythag
-
 
32
#endif
30
 
33
 
31
/* Conversion of degrees to radians */
34
/* Conversion of degrees to radians */
32
 
35
 
33
#define DegToRad(x) (0.01745329251994329576 * x)
36
#define DegToRad(x) (0.01745329251994329576 * x)
34
 
37