Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCalendarAstronomer.java506 static final double SUN_E = 0.016713; // Eccentricity of orbit field in CalendarAstronomer
602 norm2PI(trueAnomaly(meanAnomaly, SUN_E) + SUN_OMEGA_G), in getSunLongitude()
/external/icu/icu4c/source/i18n/
Dastro.cpp532 #define SUN_E 0.016713 // Eccentricity of orbit macro
655 longitude = norm2PI(trueAnomaly(meanAnomaly, SUN_E) + SUN_OMEGA_G); in getSunLongitude()