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

Definition at line 3059 of file t_erfa_c.c.

References eraEe06a(), and vvd().

Referenced by main().

3074 {
3075  double ee;
3076 
3077 
3078  ee = eraEe06a(2400000.5, 53736.0);
3079 
3080  vvd(ee, -0.8834195072043790156e-5, 1e-15, "eraEe06a", "", status);
3081 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
double eraEe06a(double date1, double date2)
Definition: ee06a.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: