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

Definition at line 5273 of file t_erfa_c.c.

References eraPdp(), and vvd().

Referenced by main().

5288 {
5289  double a[3], b[3], adb;
5290 
5291 
5292  a[0] = 2.0;
5293  a[1] = 2.0;
5294  a[2] = 3.0;
5295 
5296  b[0] = 1.0;
5297  b[1] = 3.0;
5298  b[2] = 4.0;
5299 
5300  adb = eraPdp(a, b);
5301 
5302  vvd(adb, 20, 1e-12, "eraPdp", "", status);
5303 
5304 }
double eraPdp(double a[3], double b[3])
Definition: pdp.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: