Home | History | Annotate | Download | only in i18n

Lines Matching refs:atan2

475     result.set(atan2(sinL*cosE - tanB*sinE, cosL),
513 double azimuth = atan2(-cosD*cosL*sinH, sinD - sinL * ::sin(altitude));
958 // double v = ::atan2( B, A )*RAD_DEG;
975 // // atan2() function to compute sRA.
977 // double sRA = ::atan2(sin(slon*DEG_RAD) * cos(oblecl*DEG_RAD), cos(slon*DEG_RAD))*RAD_DEG;
1135 moonEclipLong = ::atan2(y*cos(moonI), x) + nodeLongitude;