You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ASTRONOMY_FACE reports declination of bodies as positive even when they are negative. For example declination of the sun at this date is about -23 degrees but is reported as 23 degrees
This appears to be due to line 529 in astrolib.c which should read
retval.degrees *= sign;
The text was updated successfully, but these errors were encountered:
MurrayFr
changed the title
Astronomy face sign error on declinatiom
Astronomy face sign error on declination
Jan 10, 2025
The ASTRONOMY_FACE reports declination of bodies as positive even when they are negative. For example declination of the sun at this date is about -23 degrees but is reported as 23 degrees
This appears to be due to line 529 in astrolib.c which should read
retval.degrees *= sign;
The text was updated successfully, but these errors were encountered: