Skip to content
Snippets Groups Projects
Commit 3a44ecdc authored by Jerome Hue's avatar Jerome Hue
Browse files

Replace cmath with math.h

parent e02f7007
No related branches found
No related tags found
1 merge request!146Implement a backward for Heaviside
Pipeline #68019 failed
......@@ -15,8 +15,7 @@
#include "aidge/utils/Registrar.hpp"
#include <cstddef> // std::size_t
#define _USE_MATH_DEFINES
#include <cmath>
#include <math.h>
#include "aidge/backend/cpu/operator/HeavisideImpl.hpp"
#include "aidge/utils/ErrorHandling.hpp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment