COMMITS
/ Doc/library/math.rst March 27, 2026
S
gh-138580: Revert sys.float_info.iec_60559 boolean flag (#146501)
Sergey B Kirpichev committed
March 24, 2026
S
gh-138580: Add sys.float_info.iec_60559 boolean flag (#138811)
Sergey B Kirpichev committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
November 23, 2025
M
math.dist documentation: add 'strict=True' to equivalent code (#141819)
Mark Dufour committed
November 18, 2025
H
Python 3.15.0a2
Hugo van Kemenade committed
October 31, 2025
S
gh-81313: Add the math.integer module (PEP-791) (GH-133909)
Serhiy Storchaka committed
October 14, 2025
H
Python 3.15.0a1
Hugo van Kemenade committed
July 12, 2025
B
gh-135853: add `math.fmax` and `math.fmin` (#135888)
Bénédikt Tran committed
June 30, 2025
S
gh-136122: Fix video link for math.tau documentation (#136129)
sedram committed
June 28, 2025
B
gh-135853: add `math.signbit` (#135877)
Bénédikt Tran committed
June 13, 2025
S
gh-135308: clarify math.issubnormal() description (GH-135324)
Sergey B Kirpichev committed
June 2, 2025
S
gh-132908: Add math.isnormal/issubnormal() functions (GH132935)
Sergey B Kirpichev committed
May 28, 2025
H
Update outdated statement from `math` about C standard (#134621)
Hugo van Kemenade committed
May 12, 2025
M
gh-133904: Fix `math.factorial` documentation (#133907)
mkaraev committed
March 18, 2025
G
gh-131094: Refine `math.isclose` docs (#131139)
Guy Jacoby committed
January 4, 2025
S
gh-126719: Clarify math.fmod docs (#127741)
Stan Ulbrych committed
November 18, 2024
J
Doc: Reorganize math module documentation (#126337)
Joseph Martinot-Lagarde committed
November 5, 2024
L
gh-119793: Prefer `map(..., strict=True)` over starmap/zip in examples (#126407)
Lukas Geiger committed
November 4, 2024
Z
gh-126165: Improve docs of function `math.isclose` (#126215)
Zhikang Yan committed
November 1, 2024
J
Doc: Add a single table as summary to math documentation (GH-125810)
Joseph Martinot-Lagarde committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
May 8, 2024
S
Format None, True, False and NotImplemented as literals (GH-118758)
Serhiy Storchaka committed
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
T
gh-118671: Updated dead ActiveState links (#118730)
trag1c committed
March 17, 2024
V
gh-73468: Add math.fma() function (#116667)
Victor Stinner committed
March 13, 2024
M
Docs: fix broken links (#116651)
Mariusz Felisiak committed
February 19, 2024
B
gh-115664: Fix chronological ordering of versionadded and versionchanged directives (#115676)
Brian Schubert committed
June 6, 2023
V
gh-82180: Update math.factorial(float) doc for Python 3.10 (#105385)
Victor Stinner committed
May 19, 2023
M
gh-94906: Support multiple steps in math.nextafter (#103881)
Matthias Görgens committed
February 5, 2023
M
Revert "gh-89381: Fix invalid signatures of math/cmath.log (#101404)" (#101580)
Mark Dickinson committed
January 29, 2023
S
gh-89381: Fix invalid signatures of math/cmath.log (#101404)
Sergey B Kirpichev committed
January 14, 2023
R
Fix typo in docs (GH-101025)
Raymond Hettinger committed
January 7, 2023
R
GH-100485: Add math.sumprod() (GH-100677)
Raymond Hettinger committed
December 23, 2022
R
GH-100425: Improve accuracy of builtin sum() for float inputs (GH-100426)
Raymond Hettinger committed
September 21, 2022
P
Doc: fix link redirect (GH-96606)
partev committed
September 18, 2022
R
Clarify that the expression is regular math notation, not Python. (#96903)
Raymond Hettinger committed
July 30, 2022
Z
Doctest cleanups (GH-95436)
Zachary Ware committed
June 21, 2022
O
gh-93851: Fix all broken links in Doc/ (GH-93853)
Oleg Iarygin committed
April 6, 2022
R
Change parameter name from *x* for reals to *n* for integers. (GH-32377)
Raymond Hettinger committed
April 2, 2022
A
bpo-45584: Clarify `math.trunc` documentation (GH-29183)
Arthur Milchior committed
C
bpo-47031: Improve documentation for `math.nan` (GH-32170)
Charlie Zhao committed
March 10, 2022
V
bpo-46917: math.nan is now always available (GH-31793)
Victor Stinner committed
November 29, 2021
June 12, 2021
M
bpo-44339: Fix math.pow corner case to comply with IEEE 754 (GH-26606)
Mark Dickinson committed
June 10, 2021
A
bpo-44357:Add `math.cbrt()` function: Cube Root (GH-26622)
Ajith Ramachandran committed
October 11, 2020
G
Fix typo (GH-22582)
Gaurav Kamath committed
September 27, 2020
A
Revert "Fix all Python Cookbook links (#22205)" (GH-22424)
Andre Delfino committed
September 15, 2020
A
Fix all Python Cookbook links (#22205)
Andre Delfino committed
September 14, 2020
R
bpo-41513: Add docs and tests for hypot() (GH-22238)
Raymond Hettinger committed
February 23, 2020
S
bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. (GH-18604)
Serhiy Storchaka committed