Added a new macro, Py_IS_FINITE(X). On windows there is an intrinsic for this…
Added a new macro, Py_IS_FINITE(X). On windows there is an intrinsic for this and it is more efficient than to use !Py_IS_INFINITE(X) && !Py_IS_NAN(X). No change on other platforms
Showing
Please
register
or
sign in
to comment