Changeset 1719 in Sophya for trunk/SophyaExt/XephemAstroLib/actan.c
- Timestamp:
- Oct 22, 2001, 2:08:28 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XephemAstroLib/actan.c
r1457 r1719 1 1 #include <math.h> 2 2 3 /* @(#) $Id: actan.c,v 1.1.1.1 2001-04-10 14:40:45 cmv Exp $ */ 3 /* @(#) $Id: actan.c,v 1.2 2001-10-22 12:08:26 cmv Exp $ */ 4 5 /* commonly in math.h, but not in strict ANSI C */ 6 #ifndef M_PI 7 #define M_PI 3.14159265358979323846 8 #define M_PI_2 1.57079632679489661923 9 #endif 4 10 5 11 double … … 59 65 60 66 /* For RCS Only -- Do Not Edit */ 61 static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: actan.c,v $ $Date: 2001- 04-10 14:40:45 $ $Revision: 1.1.1.1$ $Name: not supported by cvs2svn $"};67 static char *rcsid[2] = {(char *)rcsid, "@(#) $RCSfile: actan.c,v $ $Date: 2001-10-22 12:08:26 $ $Revision: 1.2 $ $Name: not supported by cvs2svn $"};
Note:
See TracChangeset
for help on using the changeset viewer.