X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmathconstants.h;h=2385861ea165d3b3db3a869a6f20ed4ce5398061;hb=742d2aa9bb46bce4f690474fa22f5980e175e55e;hp=b0e516e339fead7ffe6c0cffb80ce12fa7ea1768;hpb=0fcc2d879e1e0ca17eeaceae2159f5143a06586f;p=architektonas diff --git a/src/mathconstants.h b/src/mathconstants.h index b0e516e..2385861 100644 --- a/src/mathconstants.h +++ b/src/mathconstants.h @@ -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) -