Ketan Jindal
Results
2
issues of
Ketan Jindal
`SunCalc.getMoonIllumination = function (date) { var d = toDays(date || new Date()), s = sunCoords(d), m = moonCoords(d), sdist = 149598000, // distance from Earth to Sun in km phi...
Here in function for Moon Illumination there should be some changes to be happen: 1) ` inc = atan(sdist * sin(phi), m['dist'] - sdist * cos(phi)),` # comma should not...