🔥 Clean up arduino libs
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef MATHUTILS_H
|
||||
#define MATHUTILS_H
|
||||
#pragma once
|
||||
|
||||
#include <dspm_mult.h>
|
||||
#include <cmath>
|
||||
@@ -68,6 +67,4 @@ static constexpr float combinatorial_constexpr(const int n, int k) {
|
||||
result /= (i + 1);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
#endif
|
||||
}
|
||||
Reference in New Issue
Block a user