File: Moon.h

package info (click to toggle)
gkrellmoon 0.6-6
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 280 kB
  • sloc: ansic: 1,231; makefile: 52
file content (12 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef MOON_H
#define MOON_H

#include <glib.h>

gdouble Moon(gdouble T, gdouble * LAMBDA, gdouble * BETA, gdouble * R,
	     gdouble * AGE);
gdouble frac(gdouble x);
gdouble NewMoon(gdouble ax, gdouble bx, gdouble cx);
gint MiniMoon(gdouble T, gdouble * RA, gdouble * DEC);

#endif				/* MOON_H */