We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18db21 commit 837222eCopy full SHA for 837222e
include/Math.hpp
@@ -1,5 +1,4 @@
1
#pragma once
2
-#define _USE_MATH_DEFINES
3
#include <algorithm>
4
#include <array>
5
#include <cmath>
src/Geometries/Spiral/odrSpiral.cpp
@@ -35,9 +35,8 @@
35
*/
36
37
/* ====== INCLUSIONS ====== */
38
-#include <stdio.h>
39
40
#include <math.h>
+#include <stdio.h>
41
42
namespace odr
43
{
0 commit comments