ref: 42cb0bd02f1516d8cdd3a26de59f9d98217b7572
parent: 7ef0433142bcef6a0a55c9b5fff976a0e2a5cd1a
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Fri Jan 17 17:19:28 EST 2020
math: define fmodf
--- a/dsp/math.h
+++ b/dsp/math.h
@@ -2,6 +2,7 @@
#define expf exp
#define fabsf fabs
#define floorf floor
+#define fmodf fmod
#define powf pow
#define sinf sin
#define sqrtf sqrt