astronomy icon indicating copy to clipboard operation
astronomy copied to clipboard

Astronomy Engine: multi-language calculation of Sun, Moon, and planet positions. Predicts lunar phases, eclipses, transits, oppositions, conjunctions, equinoxes, solstices, rise/set times, and other e...

Results 31 astronomy issues
Sort by recently updated
recently updated
newest added

I came across this warning: ``` deps/astronomy/astronomy.c: In function ‘Astronomy_Constellation’: deps/astronomy/astronomy.c:11233:5: warning: missing initializer for field ‘rot’ of ‘astro_rotation_t’ [-Wmissing-field-initializers] 11233 | static astro_rotation_t rot = { ASTRO_NOT_INITIALIZED }; |...