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

Definition at line 8832 of file t_erfa_c.c.

References eraXy06(), and vvd().

Referenced by main().

8847 {
8848  double x, y;
8849 
8850 
8851  eraXy06(2400000.5, 53736.0, &x, &y);
8852 
8853  vvd(x, 0.5791308486706010975e-3, 1e-15, "eraXy06", "x", status);
8854  vvd(y, 0.4020579816732958141e-4, 1e-16, "eraXy06", "y", status);
8855 
8856 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraXy06(double date1, double date2, double *x, double *y)
Definition: xy06.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: