X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmathconstants.h;h=92afde1c147ad779de5a883ff475eaea5fadda7f;hb=fce575a51ba1f26418869c20e63b9f388e118ab6;hp=b0e516e339fead7ffe6c0cffb80ce12fa7ea1768;hpb=0fcc2d879e1e0ca17eeaceae2159f5143a06586f;p=architektonas diff --git a/src/mathconstants.h b/src/mathconstants.h index b0e516e..92afde1 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 @@ -27,3 +28,4 @@ #define QTR_TAU (TAU_1QTR) #define THREE_QTR_TAU (TAU_3QTR) +#define EPSILON 1e-6