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

Definition at line 8912 of file t_erfa_c.c.

References eraXys06a(), and vvd().

Referenced by main().

8927 {
8928  double x, y, s;
8929 
8930 
8931  eraXys06a(2400000.5, 53736.0, &x, &y, &s);
8932 
8933  vvd(x, 0.5791308482835292617e-3, 1e-14, "eraXys06a", "x", status);
8934  vvd(y, 0.4020580099454020310e-4, 1e-15, "eraXys06a", "y", status);
8935  vvd(s, -0.1220032294164579896e-7, 1e-18, "eraXys06a", "s", status);
8936 
8937 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraXys06a(double date1, double date2, double *x, double *y, double *s)
Definition: xys06a.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: