Go to the documentation of this file.
42 t = (tjd -
J2000) / 36525.0;
44 if (mood != (
double *)
NULL) {
45 a0 = ((1.813e-3 *
t - 5.9e-4) *
t - 46.8150) *
t + 84381.4119;
46 *mood =
DTOR(a0 / 3600.0);
49 if (dmood != (
double *)
NULL) {
50 a1 = (3 * 1.813e-3 *
t - 2 * 5.9e-4) *
t - 46.8150;
51 *dmood =
DTOR(a1 / 3600.0) / 36525.0;
void obliq(double tjd, double *mood, double *dmood)