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

Definition at line 3217 of file t_erfa_c.c.

References eraEpb(), and vvd().

Referenced by main().

3232 {
3233  double epb;
3234 
3235 
3236  epb = eraEpb(2415019.8135, 30103.18648);
3237 
3238  vvd(epb, 1982.418424159278580, 1e-12, "eraEpb", "", status);
3239 
3240 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
double eraEpb(double dj1, double dj2)
Definition: epb.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: