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

Definition at line 6671 of file t_erfa_c.c.

References eraPpsp(), and vvd().

Referenced by main().

6686 {
6687  double a[3], s, b[3], apsb[3];
6688 
6689 
6690  a[0] = 2.0;
6691  a[1] = 2.0;
6692  a[2] = 3.0;
6693 
6694  s = 5.0;
6695 
6696  b[0] = 1.0;
6697  b[1] = 3.0;
6698  b[2] = 4.0;
6699 
6700  eraPpsp(a, s, b, apsb);
6701 
6702  vvd(apsb[0], 7.0, 1e-12, "eraPpsp", "0", status);
6703  vvd(apsb[1], 17.0, 1e-12, "eraPpsp", "1", status);
6704  vvd(apsb[2], 23.0, 1e-12, "eraPpsp", "2", status);
6705 
6706 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraPpsp(double a[3], double s, double b[3], double apsb[3])
Definition: ppsp.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: