Searched refs:Msol (Results 1 – 2 of 2) sorted by relevance
| /src/usr.bin/pom/ |
| H A D | pom.c | 178 double N, Msol, Ec, LambdaSol, l, Mm, Ev, Ac, A3, Mmprime; in potm() local 183 Msol = N + EPSILONg - RHOg; /* sec 42 #4 */ in potm() 184 adj360(&Msol); in potm() 185 Ec = 360 / PI * ECCEN * sin(dtor(Msol)); /* sec 42 #5 */ in potm() 195 Ac = 0.1858 * sin(dtor(Msol)); /* sec 61 #8 */ in potm() 196 A3 = 0.37 * sin(dtor(Msol)); in potm()
|
| /src/usr.bin/calendar/ |
| H A D | pom.c | 209 double N, Msol, Ec, LambdaSol, l, Mm, Ev, Ac, A3, Mmprime; in potm() local 214 Msol = N + EPSILONg - RHOg; /* sec 42 #4 */ in potm() 215 adj360(&Msol); in potm() 216 Ec = 360 / PI * ECCEN * sin(dtor(Msol)); /* sec 42 #5 */ in potm() 226 Ac = 0.1858 * sin(dtor(Msol)); /* sec 61 #8 */ in potm() 227 A3 = 0.37 * sin(dtor(Msol)); in potm()
|