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

Definition at line 3009 of file t_erfa_c.c.

References eraEe00a(), and vvd().

Referenced by main().

3024 {
3025  double ee;
3026 
3027 
3028  ee = eraEe00a(2400000.5, 53736.0);
3029 
3030  vvd(ee, -0.8834192459222588227e-5, 1e-18, "eraEe00a", "", status);
3031 
3032 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
double eraEe00a(double date1, double date2)
Definition: ee00a.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: