FACT++  1.0
void eraEpb2jd ( double  epb,
double *  djm0,
double *  djm 
)

Definition at line 3 of file epb2jd.c.

References ERFA_DJM0, and ERFA_DTY.

Referenced by palEpb2d(), palEpco(), and t_epb2jd().

32 {
33  *djm0 = ERFA_DJM0;
34  *djm = 15019.81352 + (epb - 1900.0) * ERFA_DTY;
35 
36  return;
37 
38 }
#define ERFA_DJM0
Definition: erfam.h:90
#define ERFA_DTY
Definition: erfam.h:72

+ Here is the caller graph for this function: