summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/libc/include/math.h (renamed from firmware/include/math.h)1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/include/math.h b/firmware/libc/include/math.h
index 5415e43f86..07f1f2d686 100644
--- a/firmware/include/math.h
+++ b/firmware/libc/include/math.h
@@ -29,7 +29,6 @@ extern "C" {
29#define M_LN2 0.69314718055994530942 29#define M_LN2 0.69314718055994530942
30#define M_LN10 2.30258509299404568402 30#define M_LN10 2.30258509299404568402
31#define M_PI 3.14159265358979323846 31#define M_PI 3.14159265358979323846
32#define M_TWOPI (M_PI * 2.0)
33#define M_PI_2 1.57079632679489661923 32#define M_PI_2 1.57079632679489661923
34#define M_PI_4 0.78539816339744830962 33#define M_PI_4 0.78539816339744830962
35#define M_3PI_4 2.3561944901923448370E0 34#define M_3PI_4 2.3561944901923448370E0