File: Moon.h

package info (click to toggle)
gkrellmoon 0.6-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 276 kB
  • ctags: 149
  • sloc: ansic: 1,231; makefile: 53
file content (12 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (8)
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 */