Movement: Astronomy and Orrery watch faces (#55)

This commit is contained in:
joeycastillo
2022-03-04 14:52:49 -06:00
committed by GitHub
parent ea988208e1
commit ccdf08da87
19 changed files with 4559 additions and 3 deletions

View File

@@ -24,8 +24,6 @@ double __daylen__( int year, int month, int day, double lon, double lat,
int __sunriset__( int year, int month, int day, double lon, double lat,
double altit, int upper_limb, double *rise, double *set );
void sunpos( double d, double *lon, double *r );
void sun_RA_dec( double d, double *RA, double *dec, double *r );
double revolution( double x );