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

Definition at line 3178 of file t_erfa_c.c.

References eraEors(), and vvd().

Referenced by main().

3193 {
3194  double rnpb[3][3], s, eo;
3195 
3196 
3197  rnpb[0][0] = 0.9999989440476103608;
3198  rnpb[0][1] = -0.1332881761240011518e-2;
3199  rnpb[0][2] = -0.5790767434730085097e-3;
3200 
3201  rnpb[1][0] = 0.1332858254308954453e-2;
3202  rnpb[1][1] = 0.9999991109044505944;
3203  rnpb[1][2] = -0.4097782710401555759e-4;
3204 
3205  rnpb[2][0] = 0.5791308472168153320e-3;
3206  rnpb[2][1] = 0.4020595661593994396e-4;
3207  rnpb[2][2] = 0.9999998314954572365;
3208 
3209  s = -0.1220040848472271978e-7;
3210 
3211  eo = eraEors(rnpb, s);
3212 
3213  vvd(eo, -0.1332882715130744606e-2, 1e-14, "eraEors", "", status);
3214 
3215 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
double eraEors(double rnpb[3][3], double s)
Definition: eors.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: