summaryrefslogtreecommitdiff
path: root/tests/float/math_domain.py
AgeCommit message (Expand)Author
2023-09-29tests/float/math_domain.py: Tweak test to also pass with obj-repr-C.Damien George
2023-06-18tests/float: Test domain errors for more combos of args to math funcs.Damien George
2023-02-24py/modmath: Fix two-argument math function domain check.Damien George
2023-02-16tests/float: Make output of math function tests more readable.Damien George
2023-02-16tests/float: Add domain checks for log and also -inf.Damien George
2020-09-11py: Fix handling of NaN in certain pow implementations.stijn
2020-05-28py/modmath: Work around msvc float bugs in atan2, fmod and modf.stijn
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2017-10-10py/modmath: Add full checks for math domain errors.Damien George