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

Definition at line 6412 of file t_erfa_c.c.

References eraPnm00a(), and vvd().

Referenced by main().

6427 {
6428  double rbpn[3][3];
6429 
6430 
6431  eraPnm00a(2400000.5, 50123.9999, rbpn);
6432 
6433  vvd(rbpn[0][0], 0.9999995832793134257, 1e-12,
6434  "eraPnm00a", "11", status);
6435  vvd(rbpn[0][1], 0.8372384254137809439e-3, 1e-14,
6436  "eraPnm00a", "12", status);
6437  vvd(rbpn[0][2], 0.3639684306407150645e-3, 1e-14,
6438  "eraPnm00a", "13", status);
6439 
6440  vvd(rbpn[1][0], -0.8372535226570394543e-3, 1e-14,
6441  "eraPnm00a", "21", status);
6442  vvd(rbpn[1][1], 0.9999996486491582471, 1e-12,
6443  "eraPnm00a", "22", status);
6444  vvd(rbpn[1][2], 0.4132915262664072381e-4, 1e-14,
6445  "eraPnm00a", "23", status);
6446 
6447  vvd(rbpn[2][0], -0.3639337004054317729e-3, 1e-14,
6448  "eraPnm00a", "31", status);
6449  vvd(rbpn[2][1], -0.4163386925461775873e-4, 1e-14,
6450  "eraPnm00a", "32", status);
6451  vvd(rbpn[2][2], 0.9999999329094390695, 1e-12,
6452  "eraPnm00a", "33", status);
6453 
6454 }
void eraPnm00a(double date1, double date2, double rbpn[3][3])
Definition: pnm00a.c:3
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58

+ Here is the call graph for this function:

+ Here is the caller graph for this function: