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

Definition at line 8692 of file t_erfa_c.c.

References eraUt1tai(), viv(), and vvd().

Referenced by main().

8707 {
8708  double a1, a2;
8709  int j;
8710 
8711 
8712  j = eraUt1tai(2453750.5, 0.892104561, -32.6659, &a1, &a2);
8713 
8714  vvd(a1, 2453750.5, 1e-6, "eraUt1tai", "a1", status);
8715  vvd(a2, 0.8924826385462962963, 1e-12, "eraUt1tai", "a2", status);
8716  viv(j, 0, "eraUt1tai", "j", status);
8717 
8718 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
int eraUt1tai(double ut11, double ut12, double dta, double *tai1, double *tai2)
Definition: ut1tai.c:3
static void viv(int ival, int ivalok, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:24

+ Here is the call graph for this function:

+ Here is the caller graph for this function: