numpy
2.0.0
|
00001 /* 00002 * Common headers needed by every npy math compilation unit 00003 */ 00004 #include <Python.h> 00005 #include <math.h> 00006 #include <float.h> 00007 00008 #include "npy_config.h" 00009 #include "numpy/npy_math.h"