first commit

This commit is contained in:
Jérôme Delacotte
2025-03-06 11:15:32 +01:00
commit 7b30d6e298
5276 changed files with 2108927 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#ifndef EPHEMERIDE_H_INCLUDED
#define EPHEMERIDE_H_INCLUDED
int rangJour(int day,int month,int year);//renvoi le rang du jour
float equationDuTemps(int N);// renvoi l'equation de temps
float declinaisonSolaire(int N);//renvoi la declinaison solaire
float angleHoraireSoeil(int N, float LATITUDE);// renvoi l'angle horaire du soleil
float azimut(int N, float LATITUDE);
float angleS(int N, float LATITUDE);
#endif // EPHEMERIDE_H_INCLUDED