shithub: neindaw

Download patch

ref: d545d89125a2025365abe3b2945add82c620bfef
parent: 51fc0d42ce3eebea0454e6138d16beedd3164506
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Mon Jan 13 18:40:39 EST 2020

math.h: add more definitions

--- a/math.h
+++ b/math.h
@@ -1,3 +1,8 @@
 #define sinf sin
 #define cosf cos
 #define floorf floor
+#define expf exp
+#define sqrtf sqrt
+#define tanf tan
+#define powf pow
+#define fabsf fabs