FACT++  1.0
static void t_gmst82 ( int *  status)
static

Definition at line 4142 of file t_erfa_c.c.

References eraGmst82(), and vvd().

Referenced by main().

4157 {
4158  double theta;
4159 
4160 
4161  theta = eraGmst82(2400000.5, 53736.0);
4162 
4163  vvd(theta, 1.754174981860675096, 1e-12, "eraGmst82", "", status);
4164 
4165 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
double eraGmst82(double dj1, double dj2)
Definition: gmst82.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: