FACT++  1.0
double eraFalp03 ( double  t)

Definition at line 3 of file falp03.c.

References ERFA_DAS2R, and ERFA_TURNAS.

Referenced by eraEect00(), eraS00(), eraS06(), eraXy06(), and t_falp03().

37 {
38  double a;
39 
40 /* Mean anomaly of the Sun (IERS Conventions 2003). */
41  a = fmod( 1287104.793048 +
42  t * ( 129596581.0481 +
43  t * ( - 0.5532 +
44  t * ( 0.000136 +
45  t * ( - 0.00001149 ) ) ) ), ERFA_TURNAS ) * ERFA_DAS2R;
46 
47  return a;
48 
49 }
#define ERFA_TURNAS
Definition: erfam.h:66
#define ERFA_DAS2R
Definition: erfam.h:60
TT t
Definition: test_client.c:26

+ Here is the caller graph for this function: