Searched refs:sunLongitude (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Dastro.cpp628 if (isINVALID(sunLongitude)) {
629 getSunLongitude(getJulianDay(), sunLongitude, meanAnomalySun); local
631 return sunLongitude;
1087 double evection = 1.2739*PI/180 * ::sin(2 * (meanLongitude - sunLongitude)
1112 double variation = 0.6583*CalendarAstronomer::PI/180 * ::sin(2*(moonLongitude - sunLongitude));
1158 return norm2PI(moonEclipLong - sunLongitude);
1428 sunLongitude = INVALID;
H A Dastro.h707 double sunLongitude; member in class:CalendarAstronomer

Completed in 38 milliseconds