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

Definition at line 2160 of file t_erfa_c.c.

References eraC2ixy(), and vvd().

Referenced by main().

2175 {
2176  double x, y, rc2i[3][3];
2177 
2178 
2179  x = 0.5791308486706011000e-3;
2180  y = 0.4020579816732961219e-4;
2181 
2182  eraC2ixy(2400000.5, 53736, x, y, rc2i);
2183 
2184  vvd(rc2i[0][0], 0.9999998323037157138, 1e-12,
2185  "eraC2ixy", "11", status);
2186  vvd(rc2i[0][1], 0.5581526349032241205e-9, 1e-12,
2187  "eraC2ixy", "12", status);
2188  vvd(rc2i[0][2], -0.5791308491611263745e-3, 1e-12,
2189  "eraC2ixy", "13", status);
2190 
2191  vvd(rc2i[1][0], -0.2384257057469842953e-7, 1e-12,
2192  "eraC2ixy", "21", status);
2193  vvd(rc2i[1][1], 0.9999999991917468964, 1e-12,
2194  "eraC2ixy", "22", status);
2195  vvd(rc2i[1][2], -0.4020579110172324363e-4, 1e-12,
2196  "eraC2ixy", "23", status);
2197 
2198  vvd(rc2i[2][0], 0.5791308486706011000e-3, 1e-12,
2199  "eraC2ixy", "31", status);
2200  vvd(rc2i[2][1], 0.4020579816732961219e-4, 1e-12,
2201  "eraC2ixy", "32", status);
2202  vvd(rc2i[2][2], 0.9999998314954627590, 1e-12,
2203  "eraC2ixy", "33", status);
2204 
2205 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraC2ixy(double date1, double date2, double x, double y, double rc2i[3][3])
Definition: c2ixy.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: