FACT++  1.0
double palRverot ( double  phi,
double  ra,
double  da,
double  st 
)

Definition at line 85 of file palRverot.c.

Referenced by t_rv().

85  {
86 
87  /* Nominal mean sidereal speed of Earth equator in km/s (the actual
88  * value is about 0.4651) */
89  const double espeed = 0.4655;
90  return espeed * cos(phi) * sin(st-ra) * cos(da);
91 }

+ Here is the caller graph for this function: