summaryrefslogtreecommitdiff
path: root/numpy/core/src/npymath/ieee754.cpp
Commit message (Expand)AuthorAgeFilesLines
* MAINT: npymath cleanups for isnan, isinf, isinfinite, signbit, nextafter (#22...Matti Picus2022-11-281-37/+0
* MAINT: refactor mandatory npymath functions to #define macrosmattip2022-10-201-12/+0
* nextafter is mandatorymattip2022-08-211-211/+0
* MAINT: Simplify FE_INVALID redefine logic slightly and copy to cppSebastian Berg2022-06-141-0/+24
* MAINT: Remove FPE helper code that is unnecessary on C99/C++11Sebastian Berg2022-05-011-239/+5
* MAINT: Translate ieee754.c.src to C++ using templates. (#21367)serge-sans-paille2022-04-291-0/+944