FACT++  1.0
double eraEpj ( double  dj1,
double  dj2 
)

Definition at line 3 of file epj.c.

References ERFA_DJ00, and ERFA_DJY.

Referenced by palEpco(), palEpj(), palMappa(), and t_epj().

32 {
33  double epj;
34 
35  epj = 2000.0 + ((dj1 - ERFA_DJ00) + dj2) / ERFA_DJY;
36 
37  return epj;
38 
39 }
#define ERFA_DJ00
Definition: erfam.h:87
#define ERFA_DJY
Definition: erfam.h:78

+ Here is the caller graph for this function: