Home
last modified time | relevance | path

Searched refs:SUN_OMEGA_G (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Dastro.cpp532 #define SUN_OMEGA_G (282.768422 * CalendarAstronomer::PI/180) // Ecliptic longitude of perigee macro
650 meanAnomaly = norm2PI(epochAngle + SUN_ETA_G - SUN_OMEGA_G); in getSunLongitude()
656 longitude = norm2PI(trueAnomaly(meanAnomaly, SUN_E) + SUN_OMEGA_G); in getSunLongitude()