summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_math.py
Commit message (Expand)AuthorAgeFilesLines
* gh-120950: Fix overflow in math.log() with large int-like argument (GH-121011)Serhiy Storchaka2025-11-111-0/+59
* gh-81313: Add the math.integer module (PEP-791) (GH-133909)Serhiy Storchaka2025-10-311-273/+0
* Revert gh-139075. The sumprod fix needs more work. (gh-139092)Raymond Hettinger2025-09-181-3/+1
* gh-139074: Fix missing high precision case in sumprod() (gh-139075)Raymond Hettinger2025-09-171-1/+3
* gh-135853: add `math.fmax` and `math.fmin` (#135888)Bénédikt Tran2025-07-121-0/+87
* gh-135853: add `math.signbit` (#135877)Bénédikt Tran2025-06-281-2/+13
* gh-132908: Add math.isnormal/issubnormal() functions (GH132935)Sergey B Kirpichev2025-06-021-0/+22
* gh-132876: workaround broken ldexp() on Windows 10 (#133135)Sergey B Kirpichev2025-05-261-0/+6
* gh-101410: Customize error messages for 1-arg math functions (#129497)Sergey B Kirpichev2025-04-221-1/+1
* gh-101410: Revert loghelper() change in 75f59bb for integer input (GH-132625)Sergey B Kirpichev2025-04-171-1/+1
* gh-131586: Avoid refcount contention in some "special" calls (#131588)Sam Gross2025-03-261-0/+3
* gh-90548: Make musl test skips smarter (fixes Alpine errors) (#131313)R. David Murray2025-03-191-0/+3
* gh-131032: Add support.linked_to_musl() function (#131071)Victor Stinner2025-03-131-1/+2
* Use subTest() in math.fma() tests (#131125)Sergey B Kirpichev2025-03-121-64/+73
* gh-101410: support custom messages for domain errors in the math module (#124...Sergey B Kirpichev2025-01-231-0/+40
* gh-127146: Resolve some minor problems in Emscripten tests (#127565)Hood Chatham2024-12-041-1/+1
* gh-125522: Fix bare except in test_math.testTan (#125544)Irit Katriel2024-10-191-1/+1
* gh-125150: Skip test_fma_zero_result on NetBSD due to IEE 754-2008 implementa...Furkan Onder2024-10-091-1/+1
* gh-124040: Adjust few tests in testHypot/testDist to get exactly computed res...Sergey B Kirpichev2024-09-191-6/+8
* gh-123836: Check zero signs in math_testcases.txt (#123854)Sergey B Kirpichev2024-09-171-0/+10
* Fix typos (#123775)algonell2024-09-091-1/+1
* gh-121485: Always use 64-bit integers for integers bits count (GH-121486)Serhiy Storchaka2024-08-301-0/+16
* gh-118671: Updated dead ActiveState links (#118730)trag1c2024-05-081-1/+1
* gh-116622: Test updates for Android (#117299)Malcolm Smith2024-04-051-5/+5
* gh-73468: Add math.fma() function (#116667)Victor Stinner2024-03-171-0/+238
* gh-102837: more tests for the math module (GH-111930)Sergey B Kirpichev2023-11-131-0/+55
* gh-111342: fix typo in math.sumprod (GH-111416)Sergey B Kirpichev2023-10-281-0/+1
* gh-108303: Move all math files to `Lib/test/mathdata/` (#109512)Nikita Sobolev2023-09-211-3/+3
* gh-102837: improve test coverage for math module (#102523)Sergey B Kirpichev2023-09-031-0/+41
* gh-94906: Support multiple steps in math.nextafter (#103881)Matthias Görgens2023-05-191-3/+17
* gh-104263: Rely on Py_NAN and introduce Py_INFINITY (GH-104202)Sebastian Berg2023-05-101-2/+2
* Revert "gh-89381: Fix invalid signatures of math/cmath.log (#101404)" (#101580)Mark Dickinson2023-02-051-1/+0
* GH-100485: Create an alternative code path when an accurate fma() implementat...Raymond Hettinger2023-02-041-0/+5
* gh-89381: Fix invalid signatures of math/cmath.log (#101404)Sergey B Kirpichev2023-01-291-0/+1
* GH-100485: Add extended accuracy test. Switch to faster fma() based variant...Raymond Hettinger2023-01-281-0/+83
* GH-100485: Tweaks to sumprod() (GH-100857)Raymond Hettinger2023-01-081-0/+1
* GH-100485: Add math.sumprod() (GH-100677)Raymond Hettinger2023-01-071-0/+166
* GH-98897: fix memory leak if `math.dist` raises exception (GH-98898)Kumar Aditya2022-11-011-0/+5
* bpo-37295: Use constant-time comb() and perm() for larger n depending on k (G...Serhiy Storchaka2022-01-091-4/+4
* bpo-45917: Add math.exp2() method - return 2 raised to the power of x (GH-29829)Gideon2021-11-291-0/+11
* bpo-35606: Fix math.prod tests using 'start' as keyword parameter (GH-28595)Pablo Galindo Salgado2021-09-281-6/+12
* bpo-5846: Do not use obsolete unittest functions. (GH-28303)Serhiy Storchaka2021-09-131-8/+5
* bpo-44339: Fix math.pow corner case to comply with IEEE 754 (GH-26606)Mark Dickinson2021-06-121-2/+2
* bpo-44357:Add `math.cbrt()` function: Cube Root (GH-26622)Ajith Ramachandran2021-06-101-0/+16
* bpo-44364:Add non integral tests for `sqrt()` (#26625)Ajith Ramachandran2021-06-101-0/+4
* bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)Inada Naoki2021-04-041-2/+2
* Revert "Fix all Python Cookbook links (#22205)" (GH-22424)Andre Delfino2020-09-271-1/+1
* bpo-41513: Add accuracy tests for math.hypot() (GH-22327)Raymond Hettinger2020-09-211-0/+63
* Fix all Python Cookbook links (#22205)Andre Delfino2020-09-151-1/+1
* bpo-41513: Remove broken tests that fail on Gentoo (GH-22249)Raymond Hettinger2020-09-151-51/+0