From 91ca725f9b5a4a77ca70024e3bb73b7c7821a530 Mon Sep 17 00:00:00 2001 From: Goutte Date: Sat, 4 Nov 2017 10:34:27 +0100 Subject: Add support for the TAU constant. Fixes #12094. --- core/math/math_funcs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/math') diff --git a/core/math/math_funcs.h b/core/math/math_funcs.h index d5135fe414..bc0b3717ed 100644 --- a/core/math/math_funcs.h +++ b/core/math/math_funcs.h @@ -39,6 +39,7 @@ #include #define Math_PI 3.14159265358979323846 +#define Math_TAU 6.28318530717958647692 #define Math_SQRT12 0.7071067811865475244008443621048490 #define Math_LN2 0.693147180559945309417 #define Math_INF INFINITY -- cgit v1.2.3