summaryrefslogtreecommitdiffstats
path: root/movement/lib/vsop87/vsop87a_milli.h
blob: 4c820e87430737f94693edd166d46d132a005f78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//VSOP87-Multilang http://www.astrogreg.com/vsop87-multilang/index.html
//Greg Miller (gmiller@gregmiller.net) 2019.  Released as Public Domain

#ifndef VSOP87A_MILLI
#define VSOP87A_MILLI

   void vsop87a_milli_getEarth(double t,double temp[]);
   void vsop87a_milli_getEmb(double t,double temp[]);
   void vsop87a_milli_getJupiter(double t,double temp[]);
   void vsop87a_milli_getMars(double t,double temp[]);
   void vsop87a_milli_getMercury(double t,double temp[]);
   void vsop87a_milli_getNeptune(double t,double temp[]);
   void vsop87a_milli_getSaturn(double t,double temp[]);
   void vsop87a_milli_getUranus(double t,double temp[]);
   void vsop87a_milli_getVenus(double t,double temp[]);
   void vsop87a_milli_getMoon(double earth[], double emb[],double temp[]);
#endif