FACT++  1.0
double eraFaom03 ( double  t)

Definition at line 3 of file faom03.c.

References ERFA_DAS2R, and ERFA_TURNAS.

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

37 {
38  double a;
39 
40 /* Mean longitude of the Moon's ascending node */
41 /* (IERS Conventions 2003). */
42  a = fmod( 450160.398036 +
43  t * ( - 6962890.5431 +
44  t * ( 7.4722 +
45  t * ( 0.007702 +
46  t * ( - 0.00005939 ) ) ) ), ERFA_TURNAS ) * ERFA_DAS2R;
47 
48  return a;
49 
50 }
#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: