FACT++  1.0
double eraFal03 ( double  t)

Definition at line 3 of file fal03.c.

References ERFA_DAS2R, and ERFA_TURNAS.

Referenced by eraEect00(), eraNut00a(), eraS00(), eraS06(), eraXy06(), and t_fal03().

37 {
38  double a;
39 
40 /* Mean anomaly of the Moon (IERS Conventions 2003). */
41  a = fmod( 485868.249036 +
42  t * ( 1717915923.2178 +
43  t * ( 31.8792 +
44  t * ( 0.051635 +
45  t * ( - 0.00024470 ) ) ) ), 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: