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

Definition at line 7933 of file t_erfa_c.c.

References eraSepp(), and vvd().

Referenced by main().

7948 {
7949  double a[3], b[3], s;
7950 
7951 
7952  a[0] = 1.0;
7953  a[1] = 0.1;
7954  a[2] = 0.2;
7955 
7956  b[0] = -3.0;
7957  b[1] = 1e-3;
7958  b[2] = 0.2;
7959 
7960  s = eraSepp(a, b);
7961 
7962  vvd(s, 2.860391919024660768, 1e-12, "eraSepp", "", status);
7963 
7964 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
double eraSepp(double a[3], double b[3])
Definition: sepp.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: