FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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:
pal
pal.h
Generated on Sun Sep 18 2016 20:50:39 for FACT++ by
1.8.11