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

Definition at line 8885 of file t_erfa_c.c.

References eraXys00b(), and vvd().

Referenced by main().

8900 {
8901  double x, y, s;
8902 
8903 
8904  eraXys00b(2400000.5, 53736.0, &x, &y, &s);
8905 
8906  vvd(x, 0.5791301929950208873e-3, 1e-14, "eraXys00b", "x", status);
8907  vvd(y, 0.4020553681373720832e-4, 1e-15, "eraXys00b", "y", status);
8908  vvd(s, -0.1220027377285083189e-7, 1e-18, "eraXys00b", "s", status);
8909 
8910 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraXys00b(double date1, double date2, double *x, double *y, double *s)
Definition: xys00b.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: