Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
numpy / numpy / core / src / npymath / npy_math_common.h
Size: Mime:
/*
 * Common headers needed by every npy math compilation unit
 */
#include <Python.h>
#include <math.h>
#include <float.h>

#include "npy_config.h"
#include "numpy/npy_math.h"