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

Definition at line 7225 of file t_erfa_c.c.

References eraPxp(), and vvd().

Referenced by main().

7240 {
7241  double a[3], b[3], axb[3];
7242 
7243 
7244  a[0] = 2.0;
7245  a[1] = 2.0;
7246  a[2] = 3.0;
7247 
7248  b[0] = 1.0;
7249  b[1] = 3.0;
7250  b[2] = 4.0;
7251 
7252  eraPxp(a, b, axb);
7253 
7254  vvd(axb[0], -1.0, 1e-12, "eraPxp", "1", status);
7255  vvd(axb[1], -5.0, 1e-12, "eraPxp", "2", status);
7256  vvd(axb[2], 4.0, 1e-12, "eraPxp", "3", status);
7257 
7258 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraPxp(double a[3], double b[3], double axb[3])
Definition: pxp.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: