summaryrefslogtreecommitdiff
path: root/numpy/core/src/npymath/npy_math_internal.h.src
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Match arguments of isless()juztamau52022-11-071-1/+1
* MAINT: refactor mandatory npymath functions to #define macrosmattip2022-10-201-51/+2
* TASK: rename macros (from review)mattip2022-08-211-9/+9
* BUILD: convert HAVE_ macros to BLOCK_, cleanupmattip2022-08-211-32/+63
* restore atan2 implementation, clean up c99 mandatory functionsmattip2022-08-211-4/+96
* frexp is now mandatorymattip2022-08-211-4/+1
* move hypot to optional for windows, fix pow and log2mattip2022-08-211-38/+105
* restore HAVE_POWL for macOS blocklistingmattip2022-08-211-2/+28
* restore HAVE_LOG2 for cygwin blocklistingwmattip2022-08-211-2/+52
* remove ifndef alterantives for mandatory functionsMatti Picus2022-08-211-44/+2
* make optional C99 double routines mandatorymattip2022-08-211-348/+2
* Extend fix for ARM32Niyas Sait2022-01-281-1/+1
* Fixes #20930Niyas Sait2022-01-281-1/+1
* Restore vc141 supportIsuru Fernando2022-01-021-0/+3
* BUG: Revert from `long double` changes, and force `npymath` to respect `npy_l...Sayed Adel2021-11-131-14/+26
* ENH: Adding `scalar.bit_count()` (popcount) (#19355)Ganesh Kathiresan2021-11-011-0/+86
* BUG: np.tan(np.inf) test failureDeveloper-Ecosystem-Engineering2021-09-271-0/+19
* BUG: Fix floating point error flags in division related opsSebastian Berg2021-07-121-62/+22
* delete comment about warningrubiales2021-07-121-1/+0
* Fix 1 test_umath and npy_math_internalrubiales2021-07-121-0/+14
* Solved test fails due to the warnings changed #18170rubiales2021-07-121-1/+0
* solve the problems of mod operator except for infinite values #18170rubiales2021-07-121-23/+1
* ENH, MAINT: Add support for nan corner case and add testsAnirudh Subramanian2020-06-051-7/+16
* MAINT: Address review comments from SebastianAnirudh Subramanian2020-06-051-8/+16
* MAINT: set invalid flag in fmod and cleanup divmodAnirudh Subramanian2020-06-051-9/+40
* ENH: divmod(inf, inf) should raise invalid error on all platformsAnirudh Subramanian2020-06-051-1/+3
* BUG: Potential fix for 1//0 to raise divbyzero and return infAnirudh Subramanian2020-06-051-1/+39
* MAINT: Move shift implementation to npy_mathEric Wieser2019-09-131-0/+41
* BUG: fix signed zero behavior in npy_divmodtlatorre2019-02-181-2/+2
* ENH: Add gcd and lcm ufuncsEric Wieser2017-12-121-0/+38
* BUG: Fix loss of precision for large values in long double divmodEric Wieser2017-09-221-1/+1
* ENH: Add the 'heaviside' ufunc.Warren Weckesser2017-03-201-0/+16
* ENH: Allows building npy_math with static inliningAndres Guzman-Ballen2017-03-101-0/+664