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 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;