X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmathconstants.h;h=92afde1c147ad779de5a883ff475eaea5fadda7f;hb=d9f34cb7917e396a1df805687234d5473d82283b;hp=010dd184ab128c6becc42c532147cb12e50105ca;hpb=6114b754fcd6e7d83c71dc2fa0ef2ec185387e12;p=architektonas diff --git a/src/mathconstants.h b/src/mathconstants.h index 010dd18..92afde1 100644 --- a/src/mathconstants.h +++ b/src/mathconstants.h @@ -1,3 +1,4 @@ +// // Mathematical Constants used by Architektonas // // Part of the Architektonas Project @@ -27,3 +28,4 @@ #define QTR_TAU (TAU_1QTR) #define THREE_QTR_TAU (TAU_3QTR) +#define EPSILON 1e-6