ref: 924693c703c1372e3f60815c012b3cdcba417dd3
parent: f467980d92944c628586c300036e26899acf24ba
author: Sigrid Haflínudóttir <[email protected]>
date: Wed May 13 07:33:39 EDT 2020
dsp: add more missing stubs to math.h
--- a/dsp/math.h
+++ b/dsp/math.h
@@ -9,3 +9,5 @@
#define tanf tan
#define fmaxf max
#define fminf min
+#define logf log
+#define atan2f atan2