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

Definition at line 2207 of file t_erfa_c.c.

References eraC2ixys(), and vvd().

Referenced by main().

2222 {
2223  double x, y, s, rc2i[3][3];
2224 
2225 
2226  x = 0.5791308486706011000e-3;
2227  y = 0.4020579816732961219e-4;
2228  s = -0.1220040848472271978e-7;
2229 
2230  eraC2ixys(x, y, s, rc2i);
2231 
2232  vvd(rc2i[0][0], 0.9999998323037157138, 1e-12,
2233  "eraC2ixys", "11", status);
2234  vvd(rc2i[0][1], 0.5581984869168499149e-9, 1e-12,
2235  "eraC2ixys", "12", status);
2236  vvd(rc2i[0][2], -0.5791308491611282180e-3, 1e-12,
2237  "eraC2ixys", "13", status);
2238 
2239  vvd(rc2i[1][0], -0.2384261642670440317e-7, 1e-12,
2240  "eraC2ixys", "21", status);
2241  vvd(rc2i[1][1], 0.9999999991917468964, 1e-12,
2242  "eraC2ixys", "22", status);
2243  vvd(rc2i[1][2], -0.4020579110169668931e-4, 1e-12,
2244  "eraC2ixys", "23", status);
2245 
2246  vvd(rc2i[2][0], 0.5791308486706011000e-3, 1e-12,
2247  "eraC2ixys", "31", status);
2248  vvd(rc2i[2][1], 0.4020579816732961219e-4, 1e-12,
2249  "eraC2ixys", "32", status);
2250  vvd(rc2i[2][2], 0.9999998314954627590, 1e-12,
2251  "eraC2ixys", "33", status);
2252 
2253 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraC2ixys(double x, double y, double s, double rc2i[3][3])
Definition: c2ixys.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: