FACT++  1.0
double eraFama03 ( double  t)

Definition at line 3 of file fama03.c.

References ERFA_D2PI.

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

40 {
41  double a;
42 
43 /* Mean longitude of Mars (IERS Conventions 2003). */
44  a = fmod(6.203480913 + 334.0612426700 * 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: