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

Definition at line 3270 of file t_erfa_c.c.

References eraEpj(), and vvd().

Referenced by main().

3285 {
3286  double epj;
3287 
3288 
3289  epj = eraEpj(2451545, -7392.5);
3290 
3291  vvd(epj, 1979.760438056125941, 1e-12, "eraEpj", "", status);
3292 
3293 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
double eraEpj(double dj1, double dj2)
Definition: epj.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: