FACT++  1.0
double eraFaf03 ( double  t)

Definition at line 3 of file faf03.c.

References ERFA_DAS2R, and ERFA_TURNAS.

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

38 {
39  double a;
40 
41 /* Mean longitude of the Moon minus that of the ascending node */
42 /* (IERS Conventions 2003). */
43  a = fmod( 335779.526232 +
44  t * ( 1739527262.8478 +
45  t * ( - 12.7512 +
46  t * ( - 0.001037 +
47  t * ( 0.00000417 ) ) ) ), ERFA_TURNAS ) * ERFA_DAS2R;
48 
49  return a;
50 
51 }
#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: