Home | History | Annotate | Download | only in i18n

Lines Matching defs:norm2PI

222 inline static double norm2PI(double angle)  {
646 double epochAngle = norm2PI(CalendarAstronomer_PI2/TROPICAL_YEAR*day);
650 meanAnomaly = norm2PI(epochAngle + SUN_ETA_G - SUN_OMEGA_G);
656 longitude = norm2PI(trueAnomaly(meanAnomaly, SUN_E) + SUN_OMEGA_G);
1078 double meanLongitude = norm2PI(13.1763966*PI/180*day + moonL0);
1079 meanAnomalyMoon = norm2PI(meanLongitude - 0.1114041*PI/180 * day - moonP0);
1123 double nodeLongitude = norm2PI(moonN0 - 0.0529539*PI/180 * day);
1158 return norm2PI(moonEclipLong - sunLongitude);
1293 double deltaAngle = norm2PI(desired - lastAngle) ;