FACT++  1.0
double eraFame03 ( double  t)

Definition at line 3 of file fame03.c.

References ERFA_D2PI.

Referenced by eraNut00a(), eraXy06(), and t_fame03().

40 {
41  double a;
42 
43 /* Mean longitude of Mercury (IERS Conventions 2003). */
44  a = fmod(4.402608842 + 2608.7903141574 * t, ERFA_D2PI);
45 
46  return a;
47 
48 }
#define ERFA_D2PI
Definition: erfam.h:48
TT t
Definition: test_client.c:26

+ Here is the caller graph for this function: