palDmoon

Approximate geocentric position and velocity of the Moon

Description:

Calculate the approximate geocentric position of the Moon using a full implementation of the algorithm published by Meeus (l Astronomie, June 1984, p348).

Invocation

void palDmoon( double date, double pv[6] );

Arguments

date = double (Given)
TDB as a Modified Julian Date (JD-2400000.5)
pv = double [6] (Returned)
Moon x,y,z,xdot,ydot,zdot, mean equator and equinox of date (AU, AU/s)

Notes: