]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100485: Create an alternative code path when an accurate fma() implementation...
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sat, 4 Feb 2023 23:54:44 +0000 (17:54 -0600)
committerGitHub <noreply@github.com>
Sat, 4 Feb 2023 23:54:44 +0000 (17:54 -0600)
commit5a2b984568f72f0d7ff7c7b4ee8ce31af9fd1b7e
tree85f0b9aa3fcb80a41332f7adc94f57c41bd70285
parenta89e6713c4de99d4be5a1304b134e57a24ab10ac
GH-100485: Create an alternative code path when an accurate fma() implementation is not available (#101567)
Lib/test/test_math.py
Modules/mathmodule.c