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

Definition at line 2016 of file t_erfa_c.c.

References eraC2i00b(), and vvd().

Referenced by main().

2031 {
2032  double rc2i[3][3];
2033 
2034 
2035  eraC2i00b(2400000.5, 53736.0, rc2i);
2036 
2037  vvd(rc2i[0][0], 0.9999998323040954356, 1e-12,
2038  "eraC2i00b", "11", status);
2039  vvd(rc2i[0][1], 0.5581526349131823372e-9, 1e-12,
2040  "eraC2i00b", "12", status);
2041  vvd(rc2i[0][2], -0.5791301934855394005e-3, 1e-12,
2042  "eraC2i00b", "13", status);
2043 
2044  vvd(rc2i[1][0], -0.2384239285499175543e-7, 1e-12,
2045  "eraC2i00b", "21", status);
2046  vvd(rc2i[1][1], 0.9999999991917574043, 1e-12,
2047  "eraC2i00b", "22", status);
2048  vvd(rc2i[1][2], -0.4020552974819030066e-4, 1e-12,
2049  "eraC2i00b", "23", status);
2050 
2051  vvd(rc2i[2][0], 0.5791301929950208873e-3, 1e-12,
2052  "eraC2i00b", "31", status);
2053  vvd(rc2i[2][1], 0.4020553681373720832e-4, 1e-12,
2054  "eraC2i00b", "32", status);
2055  vvd(rc2i[2][2], 0.9999998314958529887, 1e-12,
2056  "eraC2i00b", "33", status);
2057 
2058 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraC2i00b(double date1, double date2, double rc2i[3][3])
Definition: c2i00b.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: