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

Definition at line 5180 of file t_erfa_c.c.

References eraPap(), and vvd().

Referenced by main().

5195 {
5196  double a[3], b[3], theta;
5197 
5198 
5199  a[0] = 1.0;
5200  a[1] = 0.1;
5201  a[2] = 0.2;
5202 
5203  b[0] = -3.0;
5204  b[1] = 1e-3;
5205  b[2] = 0.2;
5206 
5207  theta = eraPap(a, b);
5208 
5209  vvd(theta, 0.3671514267841113674, 1e-12, "eraPap", "", status);
5210 
5211 }
double eraPap(double a[3], double b[3])
Definition: pap.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: