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

Definition at line 7697 of file t_erfa_c.c.

References eraS00b(), and vvd().

Referenced by main().

7712 {
7713  double s;
7714 
7715 
7716  s = eraS00b(2400000.5, 52541.0);
7717 
7718  vvd(s, -0.1340695782951026584e-7, 1e-18, "eraS00b", "", status);
7719 
7720 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
double eraS00b(double date1, double date2)
Definition: s00b.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: