Definition at line 78 of file palEtrms.c.
References PAL__DAS2R, and t.
Referenced by palAddet(), palSubet(), and t_etrms().
81 const double ABCONST = 20.49552;
83 double t, e, e0,
p, ek, cp;
86 t = (ep - 1950.) * .0100002135903;
89 e = .01673011 - (t * 1.26e-7 + 4.193e-5) * t;
92 e0 = (84404.836 - ((t * .00181 + .00319) * t + 46.8495) *
t) *
96 p = (((t * .012 + 1.65) * t + 6190.67) * t + 1015489.951) *
103 ev[1] = -ek * cp * cos(e0);
104 ev[2] = -ek * cp * sin(e0);
static const double PAL__DAS2R