[Kstars-devel] kdeedu/kstars/kstars/indi

Jason Harris kstars at 30doradus.org
Wed Mar 3 01:52:05 CET 2004


CVS commit by harris: 

correct value for PI...verified all digits against this page: 
http://www.cecm.sfu.ca/projects/ISC/dataB/isc/C/pi10000.txt

Thanks, MattR! :)

CCMAIL: kstars-devel at kde.org


  M +1 -1      indicom.c   1.10


--- kdeedu/kstars/kstars/indi/indicom.c  #1.9:1.10
@@ -38,5 +38,5 @@ const char * SolarSystem[] = { "Mercury"
 
 /* make it compile on solaris */
-#define M_PI 3.4159265358979323846264338327950288419716939937510582097494459
+#define M_PI 3.14159265358979323846264338327950288419716939937510582097494459
 
 /******** Prototypes ***********/




More information about the Kstars-devel mailing list