]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123836: Check zero signs in math_testcases.txt (#123854)
authorSergey B Kirpichev <skirpichev@gmail.com>
Tue, 17 Sep 2024 08:22:40 +0000 (11:22 +0300)
committerGitHub <noreply@github.com>
Tue, 17 Sep 2024 08:22:40 +0000 (10:22 +0200)
commit28aea5d07d163105b42acd81c1651397ef95ea57
tree14c45c6e4ec449958556f1ae58c67c337fdf8fa2
parent14e5bdceff45e6e789e1f838b96988946c75b0f4
gh-123836: Check zero signs in math_testcases.txt (#123854)

Just like cmath_testcases.txt. These tests require IEEE 754 anyway.

Correct zero sign for sqrt tests to match math.h convention.
Lib/test/test_math.py