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

Definition at line 7672 of file t_erfa_c.c.

References eraS00a(), and vvd().

Referenced by main().

7687 {
7688  double s;
7689 
7690 
7691  s = eraS00a(2400000.5, 52541.0);
7692 
7693  vvd(s, -0.1340684448919163584e-7, 1e-18, "eraS00a", "", status);
7694 
7695 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
double eraS00a(double date1, double date2)
Definition: s00a.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: