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

Definition at line 4167 of file t_erfa_c.c.

References eraGst00a(), and vvd().

Referenced by main().

4182 {
4183  double theta;
4184 
4185 
4186  theta = eraGst00a(2400000.5, 53736.0, 2400000.5, 53736.0);
4187 
4188  vvd(theta, 1.754166138018281369, 1e-12, "eraGst00a", "", status);
4189 
4190 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
double eraGst00a(double uta, double utb, double tta, double ttb)
Definition: gst00a.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: