| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-126719: Clarify math.fmod docs (#127741) | Stan Ulbrych | 2025-01-04 | 1 | -1/+2 |
|
|
* | Doc: Reorganize math module documentation (#126337) | Joseph Martinot-Lagarde | 2024-11-18 | 1 | -226/+250 |
|
|
* | gh-119793: Prefer `map(..., strict=True)` over starmap/zip in examples (#126407) | Lukas Geiger | 2024-11-05 | 1 | -1/+1 |
|
|
* | gh-126165: Improve docs of function `math.isclose` (#126215) | Zhikang Yan | 2024-11-04 | 1 | -8/+10 |
|
|
* | Doc: Add a single table as summary to math documentation (GH-125810) | Joseph Martinot-Lagarde | 2024-11-01 | 1 | -3/+89 |
|
|
* | gh-121905: Consistently use "floating-point" instead of "floating point" (GH-... | Serhiy Storchaka | 2024-07-19 | 1 | -3/+3 |
|
|
* | Format None, True, False and NotImplemented as literals (GH-118758) | Serhiy Storchaka | 2024-05-08 | 1 | -1/+1 |
|
|
* | docs: module page titles should not start with a link to themselves (#117099) | Ned Batchelder | 2024-05-08 | 1 | -2/+2 |
|
|
* | gh-118671: Updated dead ActiveState links (#118730) | trag1c | 2024-05-08 | 1 | -1/+1 |
|
|
* | gh-73468: Add math.fma() function (#116667) | Victor Stinner | 2024-03-17 | 1 | -0/+16 |
|
|
* | Docs: fix broken links (#116651) | Mariusz Felisiak | 2024-03-13 | 1 | -1/+1 |
|
|
* | gh-115664: Fix chronological ordering of versionadded and versionchanged dire... | Brian Schubert | 2024-02-19 | 1 | -4/+4 |
|
|
* | gh-82180: Update math.factorial(float) doc for Python 3.10 (#105385) | Victor Stinner | 2023-06-06 | 1 | -2/+2 |
|
|
* | gh-94906: Support multiple steps in math.nextafter (#103881) | Matthias Görgens | 2023-05-19 | 1 | -3/+6 |
|
|
* | Revert "gh-89381: Fix invalid signatures of math/cmath.log (#101404)" (#101580) | Mark Dickinson | 2023-02-05 | 1 | -4/+5 |
|
|
* | gh-89381: Fix invalid signatures of math/cmath.log (#101404) | Sergey B Kirpichev | 2023-01-29 | 1 | -5/+4 |
|
|
* | Fix typo in docs (GH-101025) | Raymond Hettinger | 2023-01-14 | 1 | -1/+1 |
|
|
* | GH-100485: Add math.sumprod() (GH-100677) | Raymond Hettinger | 2023-01-07 | 1 | -0/+16 |
|
|
* | GH-100425: Improve accuracy of builtin sum() for float inputs (GH-100426) | Raymond Hettinger | 2022-12-23 | 1 | -6/+1 |
|
|
* | Doc: fix link redirect (GH-96606) | partev | 2022-09-21 | 1 | -1/+1 |
|
|
* | Clarify that the expression is regular math notation, not Python. (#96903) | Raymond Hettinger | 2022-09-18 | 1 | -2/+2 |
|
|
* | Doctest cleanups (GH-95436) | Zachary Ware | 2022-07-30 | 1 | -3/+3 |
|
|
* | gh-93851: Fix all broken links in Doc/ (GH-93853) | Oleg Iarygin | 2022-06-21 | 1 | -1/+1 |
|
|
* | Change parameter name from *x* for reals to *n* for integers. (GH-32377) | Raymond Hettinger | 2022-04-06 | 1 | -2/+2 |
|
|
* | bpo-45584: Clarify `math.trunc` documentation (GH-29183) | Arthur Milchior | 2022-04-02 | 1 | -8/+10 |
|
|
* | bpo-47031: Improve documentation for `math.nan` (GH-32170) | Charlie Zhao | 2022-04-02 | 1 | -2/+17 |
|
|
* | bpo-46917: math.nan is now always available (GH-31793) | Victor Stinner | 2022-03-10 | 1 | -0/+3 |
|
|
* | bpo-45917: Add math.exp2() method - return 2 raised to the power of x (GH-29829) | Gideon | 2021-11-29 | 1 | -0/+7 |
|
|
* | bpo-44339: Fix math.pow corner case to comply with IEEE 754 (GH-26606) | Mark Dickinson | 2021-06-12 | 1 | -1/+6 |
|
|
* | bpo-44357:Add `math.cbrt()` function: Cube Root (GH-26622) | Ajith Ramachandran | 2021-06-10 | 1 | -0/+7 |
|
|
* | Fix typo (GH-22582) | Gaurav Kamath | 2020-10-11 | 1 | -1/+1 |
|
|
* | Revert "Fix all Python Cookbook links (#22205)" (GH-22424) | Andre Delfino | 2020-09-27 | 1 | -1/+1 |
|
|
* | Fix all Python Cookbook links (#22205) | Andre Delfino | 2020-09-15 | 1 | -1/+1 |
|
|
* | bpo-41513: Add docs and tests for hypot() (GH-22238) | Raymond Hettinger | 2020-09-14 | 1 | -0/+5 |
|
|
* | bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. (GH... | Serhiy Storchaka | 2020-02-23 | 1 | -13/+20 |
|
|
* | bpo-39479:Add math.lcm() function: Least Common Multiple (#18547) | ananthan-123 | 2020-02-19 | 1 | -0/+9 |
|
|
* | bpo-39310: Add math.ulp(x) (GH-17965) | Victor Stinner | 2020-01-13 | 1 | -0/+26 |
|
|
* | bpo-39288: Add examples to math.nextafter() documentation (GH-17962) | Victor Stinner | 2020-01-12 | 1 | -0/+7 |
|
|
* | bpo-39288: Add math.nextafter(x, y) (GH-17937) | Victor Stinner | 2020-01-12 | 1 | -0/+8 |
|
|
* | bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH... | Raymond Hettinger | 2019-07-27 | 1 | -1/+2 |
|
|
* | bpo-37548: Document range of atan, acos and asin (GH-14717) | Giovanni Cappellotto | 2019-07-13 | 1 | -3/+6 |
|
|
* | bpo-37315: Deprecate accepting floats in math.factorial(). (GH-14147) | Serhiy Storchaka | 2019-06-17 | 1 | -0/+3 |
|
|
* | bpo-37178: Allow a one argument form of math.perm() (GH-13905) | Raymond Hettinger | 2019-06-08 | 1 | -1/+4 |
|
|
* | Fix grammar (GH-13801) | Raymond Hettinger | 2019-06-04 | 1 | -2/+2 |
|
|
* | bpo-35431: Drop the k <= n requirement (GH-13798) | Raymond Hettinger | 2019-06-04 | 1 | -8/+12 |
|
|
* | bpo-37128: Add math.perm(). (GH-13731) | Serhiy Storchaka | 2019-06-02 | 1 | -0/+13 |
|
|
* | Put math.comb() docs is correct place alphabetically (GH-13734) | Raymond Hettinger | 2019-06-01 | 1 | -15/+15 |
|
|
* | bpo-35431: Refactor math.comb() implementation. (GH-13725) | Serhiy Storchaka | 2019-06-01 | 1 | -2/+2 |
|
|
* | bpo-35431: Implemented math.comb (GH-11414) | Yash Aggarwal | 2019-06-01 | 1 | -0/+15 |
|
|
* | bpo-25735: math.factorial doc should mention integer return type (GH-6420) | Akshay Sharma | 2019-05-31 | 1 | -1/+1 |
|
|