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

Definition at line 7966 of file t_erfa_c.c.

References eraSeps(), and vvd().

Referenced by main().

7981 {
7982  double al, ap, bl, bp, s;
7983 
7984 
7985  al = 1.0;
7986  ap = 0.1;
7987 
7988  bl = 0.2;
7989  bp = -3.0;
7990 
7991  s = eraSeps(al, ap, bl, bp);
7992 
7993  vvd(s, 2.346722016996998842, 1e-14, "eraSeps", "", status);
7994 
7995 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
double eraSeps(double al, double ap, double bl, double bp)
Definition: seps.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: