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

Definition at line 3 of file epb.c.

References ERFA_DJ00, and ERFA_DTY.

Referenced by palEpb(), palEpco(), and t_epb().

32 {
33 /* J2000.0-B1900.0 (2415019.81352) in days */
34  const double D1900 = 36524.68648;
35 
36  return 1900.0 + ((dj1 - ERFA_DJ00) + (dj2 + D1900)) / ERFA_DTY;
37 
38 }
#define ERFA_DJ00
Definition: erfam.h:87
#define ERFA_DTY
Definition: erfam.h:72

+ Here is the caller graph for this function: