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

Definition at line 4092 of file t_erfa_c.c.

References eraGmst00(), and vvd().

Referenced by main().

4107 {
4108  double theta;
4109 
4110 
4111  theta = eraGmst00(2400000.5, 53736.0, 2400000.5, 53736.0);
4112 
4113  vvd(theta, 1.754174972210740592, 1e-12, "eraGmst00", "", status);
4114 
4115 }
double eraGmst00(double uta, double utb, double tta, double ttb)
Definition: gmst00.c:3
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58

+ Here is the call graph for this function:

+ Here is the caller graph for this function: