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

Definition at line 5701 of file t_erfa_c.c.

References eraPn(), and vvd().

Referenced by main().

5716 {
5717  double p[3], r, u[3];
5718 
5719 
5720  p[0] = 0.3;
5721  p[1] = 1.2;
5722  p[2] = -2.5;
5723 
5724  eraPn(p, &r, u);
5725 
5726  vvd(r, 2.789265136196270604, 1e-12, "eraPn", "r", status);
5727 
5728  vvd(u[0], 0.1075552109073112058, 1e-12, "eraPn", "u1", status);
5729  vvd(u[1], 0.4302208436292448232, 1e-12, "eraPn", "u2", status);
5730  vvd(u[2], -0.8962934242275933816, 1e-12, "eraPn", "u3", status);
5731 
5732 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraPn(double p[3], double *r, double u[3])
Definition: pn.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: