Skip to content

Commit cab0155

Browse files
committed
Another try for M_PI support
1 parent b96cd7d commit cab0155

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Homepage = "https://github.com/ifilot/pyqint"
2424
[tool.cibuildwheel]
2525
test-requires = "pytest"
2626
test-command = "pytest {project}/tests"
27-
skip = ["pp*", "*-win32", "*-manylinux_i686", "cp*-musllinux_*", "cp36-*", "cp37-*", "cp38-*"]
27+
skip = ["pp*", "*-win32", "*-manylinux_i686", "cp*-musllinux_*", "cp38-*"]

pyqint/integrals.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121

2222
#pragma once
2323

24+
#define _USE_MATH_DEFINES
25+
#include <cmath>
26+
2427
#include <string>
2528
#include <unordered_map>
2629
#include <cstring>

0 commit comments

Comments
 (0)