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

Definition at line 8114 of file t_erfa_c.c.

References eraSxp(), and vvd().

Referenced by main().

8129 {
8130  double s, p[3], sp[3];
8131 
8132 
8133  s = 2.0;
8134 
8135  p[0] = 0.3;
8136  p[1] = 1.2;
8137  p[2] = -2.5;
8138 
8139  eraSxp(s, p, sp);
8140 
8141  vvd(sp[0], 0.6, 0.0, "eraSxp", "1", status);
8142  vvd(sp[1], 2.4, 0.0, "eraSxp", "2", status);
8143  vvd(sp[2], -5.0, 0.0, "eraSxp", "3", status);
8144 
8145 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraSxp(double s, double p[3], double sp[3])
Definition: sxp.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: