blob: 404cf67b223ecdaf49337c37436018bfc5575e0b (
plain)
1
2
3
4
5
6
7
8
9
|
/*
* vim:syntax=c
* This file is compiled into the npy_math library with externally visible
* symbols, and the static and inline specifiers utilized in the npy_math
* function definitions are switched off.
*/
#define NPY_INLINE_MATH 0
#include "npy_math_internal.h"
|