summaryrefslogtreecommitdiff
path: root/tests/float/math_domain.py
AgeCommit message (Expand)Author
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