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

Definition at line 7775 of file t_erfa_c.c.

References eraS06(), and vvd().

Referenced by main().

7790 {
7791  double x, y, s;
7792 
7793 
7794  x = 0.5791308486706011000e-3;
7795  y = 0.4020579816732961219e-4;
7796 
7797  s = eraS06(2400000.5, 53736.0, x, y);
7798 
7799  vvd(s, -0.1220032213076463117e-7, 1e-18, "eraS06", "", status);
7800 
7801 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
double eraS06(double date1, double date2, double x, double y)
Definition: s06.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: