Searched defs:meanAnomaly (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Dastro.cpp587 * @param meanAnomaly The object's longitude calculated as if it were in
595 static double trueAnomaly(double meanAnomaly, double eccentricity) argument
600 double E = meanAnomaly;
602 delta = E - eccentricity * ::sin(E) - meanAnomaly;
637 /*public*/ void CalendarAstronomer::getSunLongitude(double jDay, double &longitude, double &meanAnomaly) argument
650 meanAnomaly = norm2PI(epochAngle + SUN_ETA_G - SUN_OMEGA_G);
656 longitude = norm2PI(trueAnomaly(meanAnomaly, SUN_E) + SUN_OMEGA_G);

Completed in 11 milliseconds