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

/freebsd-10.0-release/games/pom/
H A Dpom.c177 double N, Msol, Ec, LambdaSol, l, Mm, Ev, Ac, A3, Mmprime; local
182 Msol = N + EPSILONg - RHOg; /* sec 42 #4 */
183 adj360(&Msol);
184 Ec = 360 / PI * ECCEN * sin(dtor(Msol)); /* sec 42 #5 */
194 Ac = 0.1858 * sin(dtor(Msol)); /* sec 61 #8 */
195 A3 = 0.37 * sin(dtor(Msol));
/freebsd-10.0-release/usr.bin/calendar/
H A Dpom.c221 double N, Msol, Ec, LambdaSol, l, Mm, Ev, Ac, A3, Mmprime; local
226 Msol = N + EPSILONg - RHOg; /* sec 42 #4 */
227 adj360(&Msol);
228 Ec = 360 / PI * ECCEN * sin(dtor(Msol)); /* sec 42 #5 */
238 Ac = 0.1858 * sin(dtor(Msol)); /* sec 61 #8 */
239 A3 = 0.37 * sin(dtor(Msol));

Completed in 132 milliseconds