Home | History | Annotate | Download | only in i18n

Lines Matching defs:norm2PI

223 inline static double norm2PI(double angle)  {
647 double epochAngle = norm2PI(CalendarAstronomer_PI2/TROPICAL_YEAR*day);
651 meanAnomaly = norm2PI(epochAngle + SUN_ETA_G - SUN_OMEGA_G);
657 longitude = norm2PI(trueAnomaly(meanAnomaly, SUN_E) + SUN_OMEGA_G);
1085 double meanLongitude = norm2PI(13.1763966*PI/180*day + moonL0);
1086 meanAnomalyMoon = norm2PI(meanLongitude - 0.1114041*PI/180 * day - moonP0);
1130 double nodeLongitude = norm2PI(moonN0 - 0.0529539*PI/180 * day);
1165 return norm2PI(moonEclipLong - sunLongitude);
1306 double deltaAngle = norm2PI(desired - lastAngle) ;