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

Definition at line 4117 of file t_erfa_c.c.

References eraGmst06(), and vvd().

Referenced by main().

4132 {
4133  double theta;
4134 
4135 
4136  theta = eraGmst06(2400000.5, 53736.0, 2400000.5, 53736.0);
4137 
4138  vvd(theta, 1.754174971870091203, 1e-12, "eraGmst06", "", status);
4139 
4140 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
double eraGmst06(double uta, double utb, double tta, double ttb)
Definition: gmst06.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: