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

Definition at line 7722 of file t_erfa_c.c.

References eraS00(), and vvd().

Referenced by main().

7737 {
7738  double x, y, s;
7739 
7740 
7741  x = 0.5791308486706011000e-3;
7742  y = 0.4020579816732961219e-4;
7743 
7744  s = eraS00(2400000.5, 53736.0, x, y);
7745 
7746  vvd(s, -0.1220036263270905693e-7, 1e-18, "eraS00", "", status);
7747 
7748 }
double eraS00(double date1, double date2, double x, double y)
Definition: s00.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: