| 3 | #include "numpy/npy_math.h" |
| 4 | |
| 5 | static PyObject * |
| 6 | get_floatstatus(PyObject* NPY_UNUSED(self), PyObject *NPY_UNUSED(args)) |
| 7 | { |
| 8 | return PyLong_FromLong(npy_get_floatstatus()); |
| 9 | } |
| 10 | |
| 11 | static PyObject * |
| 12 | clear_floatstatus(PyObject* NPY_UNUSED(self), PyObject *NPY_UNUSED(args)) |