Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cbc97fa

Browse files
committed
MAINT: pick sunmath.h from npy_math.h
1 parent cfe9fcc commit cbc97fa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

numpy/core/test_c99complex.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
#include <float.h>
33
#include <stdio.h>
44
#include <math.h>
5+
#ifdef __SUNPRO_CC
6+
#include <sunmath.h>
7+
#endif
58
#include <complex.h>
69

710
#define PYTESTPRECISION 1

0 commit comments

Comments
 (0)