FACT++  1.0
double eraEe00 ( double  date1,
double  date2,
double  epsa,
double  dpsi 
)

Definition at line 3 of file ee00.c.

References eraEect00().

Referenced by eraC2tpe(), eraEe00a(), eraEe00b(), and t_ee00().

66 {
67  double ee;
68 
69 /* Equation of the equinoxes. */
70  ee = dpsi * cos(epsa) + eraEect00(date1, date2);
71 
72  return ee;
73 
74 }
double eraEect00(double date1, double date2)
Definition: eect00.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: