Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe9fcc commit cbc97faCopy full SHA for cbc97fa
1 file changed
numpy/core/test_c99complex.c
@@ -2,6 +2,9 @@
2
#include <float.h>
3
#include <stdio.h>
4
#include <math.h>
5
+#ifdef __SUNPRO_CC
6
+#include <sunmath.h>
7
+#endif
8
#include <complex.h>
9
10
#define PYTESTPRECISION 1
0 commit comments