From 896e28812c51b9ffdf3efc00c7d7ef699e380a58 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 14:00:51 -0400 Subject: formatting --- src/math/_tgmath.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/math/_tgmath.h') diff --git a/src/math/_tgmath.h b/src/math/_tgmath.h index 8cd7871b..0d6c9551 100644 --- a/src/math/_tgmath.h +++ b/src/math/_tgmath.h @@ -68,4 +68,12 @@ #define copysign(_x, _y) (_x < 0 ? -_y : _y) #endif +#ifndef M_PI +#include "M_PI.c" +#endif + +#ifndef M_PI_2 +#include "M_PI_2.c" +#endif + #endif -- cgit v1.2.1