FACT++  1.0
double eraFaur03 ( double  t)

Definition at line 3 of file faur03.c.

References ERFA_D2PI.

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

37 {
38  double a;
39 
40 /* Mean longitude of Uranus (IERS Conventions 2003). */
41  a = fmod(5.481293872 + 7.4781598567 * 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: