]> Shamusworld >> Repos - architektonas/blobdiff - src/mathconstants.h
Whitespace changes. :-P
[architektonas] / src / mathconstants.h
index b0e516e339fead7ffe6c0cffb80ce12fa7ea1768..2385861ea165d3b3db3a869a6f20ed4ce5398061 100644 (file)
@@ -1,3 +1,4 @@
+//
 // Mathematical Constants used by Architektonas
 //
 // Part of the Architektonas Project
@@ -12,7 +13,7 @@
 // WHO  WHEN        WHAT
 // ---  ----------  -----------------------------------------------------------
 // JLH  04/01/2011  Created this file
-// JLH  03/15/2016  Added Tau constants, removed Pi constants
+// JLH  03/15/2016  Added Tau constants, removed Pi constants (Pi is wrong)
 //
 
 #define TAU                6.28318530717958647692528676655
@@ -26,4 +27,3 @@
 #define HALF_TAU           (TAU_2QTR)
 #define QTR_TAU            (TAU_1QTR)
 #define THREE_QTR_TAU      (TAU_3QTR)
-