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

Definition at line 3877 of file t_erfa_c.c.

References eraFw2xy(), and vvd().

Referenced by main().

3892 {
3893  double gamb, phib, psi, eps, x, y;
3894 
3895 
3896  gamb = -0.2243387670997992368e-5;
3897  phib = 0.4091014602391312982;
3898  psi = -0.9501954178013015092e-3;
3899  eps = 0.4091014316587367472;
3900 
3901  eraFw2xy(gamb, phib, psi, eps, &x, &y);
3902 
3903  vvd(x, -0.3779734957034082790e-3, 1e-14, "eraFw2xy", "x", status);
3904  vvd(y, -0.1924880848087615651e-6, 1e-14, "eraFw2xy", "y", status);
3905 
3906 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraFw2xy(double gamb, double phib, double psi, double eps, double *x, double *y)
Definition: fw2xy.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: