The R Project SVN R

Rev

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

Rev 10885 Rev 10960
Line 21... Line 21...
21
#ifdef HAVE_CONFIG_H
21
#ifdef HAVE_CONFIG_H
22
#include <config.h>
22
#include <config.h>
23
#endif
23
#endif
24
 
24
 
25
#include "Defn.h"	/* -> ../include/R_ext/Complex.h */
25
#include "Defn.h"	/* -> ../include/R_ext/Complex.h */
26
#include "Mathlib.h"
26
#include "R_ext/Mathlib.h"
27
#include "Applic.h"		/* R_cpoly */
27
#include "R_ext/Applic.h"		/* R_cpoly */
28
 
28
 
29
#include "arithmetic.h"		/* complex_*  */
29
#include "arithmetic.h"		/* complex_*  */
30
 
30
 
31
#ifndef HAVE_HYPOT
31
#ifndef HAVE_HYPOT
32
# define hypot pythag
32
# define hypot pythag