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

Definition at line 3377 of file t_erfa_c.c.

References eraEqeq94(), and vvd().

Referenced by main().

3392 {
3393  double eqeq;
3394 
3395 
3396  eqeq = eraEqeq94(2400000.5, 41234.0);
3397 
3398  vvd(eqeq, 0.5357758254609256894e-4, 1e-17, "eraEqeq94", "", status);
3399 
3400 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
double eraEqeq94(double date1, double date2)
Definition: eqeq94.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: