FACT++  1.0
double eraFane03 ( double  t)

Definition at line 3 of file fane03.c.

References ERFA_D2PI.

Referenced by eraXy06(), and t_fane03().

37 {
38  double a;
39 
40 /* Mean longitude of Neptune (IERS Conventions 2003). */
41  a = fmod(5.311886287 + 3.8133035638 * t, ERFA_D2PI);
42 
43  return a;
44 
45 }
#define ERFA_D2PI
Definition: erfam.h:48
TT t
Definition: test_client.c:26

+ Here is the caller graph for this function: