summaryrefslogtreecommitdiff
path: root/Doc/library/math.rst
Commit message (Expand)AuthorAgeFilesLines
* Revert "gh-89381: Fix invalid signatures of math/cmath.log (#101404)" (#101580)Mark Dickinson2023-02-051-4/+5
* gh-89381: Fix invalid signatures of math/cmath.log (#101404)Sergey B Kirpichev2023-01-291-5/+4
* Fix typo in docs (GH-101025)Raymond Hettinger2023-01-131-1/+1
* GH-100485: Add math.sumprod() (GH-100677)Raymond Hettinger2023-01-071-0/+16
* GH-100425: Improve accuracy of builtin sum() for float inputs (GH-100426)Raymond Hettinger2022-12-231-6/+1
* Doc: fix link redirect (GH-96606)partev2022-09-211-1/+1
* Clarify that the expression is regular math notation, not Python. (#96903)Raymond Hettinger2022-09-171-2/+2
* Doctest cleanups (GH-95436)Zachary Ware2022-07-301-3/+3
* gh-93851: Fix all broken links in Doc/ (GH-93853)Oleg Iarygin2022-06-211-1/+1
* Change parameter name from *x* for reals to *n* for integers. (GH-32377)Raymond Hettinger2022-04-061-2/+2
* bpo-45584: Clarify `math.trunc` documentation (GH-29183)Arthur Milchior2022-04-021-8/+10
* bpo-47031: Improve documentation for `math.nan` (GH-32170)Charlie Zhao2022-04-021-2/+17
* bpo-46917: math.nan is now always available (GH-31793)Victor Stinner2022-03-101-0/+3
* bpo-45917: Add math.exp2() method - return 2 raised to the power of x (GH-29829)Gideon2021-11-291-0/+7
* bpo-44339: Fix math.pow corner case to comply with IEEE 754 (GH-26606)Mark Dickinson2021-06-121-1/+6
* bpo-44357:Add `math.cbrt()` function: Cube Root (GH-26622)Ajith Ramachandran2021-06-101-0/+7
* Fix typo (GH-22582)Gaurav Kamath2020-10-111-1/+1
* Revert "Fix all Python Cookbook links (#22205)" (GH-22424)Andre Delfino2020-09-271-1/+1
* Fix all Python Cookbook links (#22205)Andre Delfino2020-09-151-1/+1
* bpo-41513: Add docs and tests for hypot() (GH-22238)Raymond Hettinger2020-09-131-0/+5
* bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. (GH...Serhiy Storchaka2020-02-231-13/+20
* bpo-39479:Add math.lcm() function: Least Common Multiple (#18547)ananthan-1232020-02-191-0/+9
* bpo-39310: Add math.ulp(x) (GH-17965)Victor Stinner2020-01-131-0/+26
* bpo-39288: Add examples to math.nextafter() documentation (GH-17962)Victor Stinner2020-01-121-0/+7
* bpo-39288: Add math.nextafter(x, y) (GH-17937)Victor Stinner2020-01-121-0/+8
* bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH...Raymond Hettinger2019-07-271-1/+2
* bpo-37548: Document range of atan, acos and asin (GH-14717)Giovanni Cappellotto2019-07-131-3/+6
* bpo-37315: Deprecate accepting floats in math.factorial(). (GH-14147)Serhiy Storchaka2019-06-171-0/+3
* bpo-37178: Allow a one argument form of math.perm() (GH-13905)Raymond Hettinger2019-06-081-1/+4
* Fix grammar (GH-13801)Raymond Hettinger2019-06-041-2/+2
* bpo-35431: Drop the k <= n requirement (GH-13798)Raymond Hettinger2019-06-041-8/+12
* bpo-37128: Add math.perm(). (GH-13731)Serhiy Storchaka2019-06-021-0/+13
* Put math.comb() docs is correct place alphabetically (GH-13734)Raymond Hettinger2019-06-011-15/+15
* bpo-35431: Refactor math.comb() implementation. (GH-13725)Serhiy Storchaka2019-06-011-2/+2
* bpo-35431: Implemented math.comb (GH-11414)Yash Aggarwal2019-06-011-0/+15
* bpo-25735: math.factorial doc should mention integer return type (GH-6420)Akshay Sharma2019-05-311-1/+1
* bpo-36887: add math.isqrt (GH-13244)Mark Dickinson2019-05-181-0/+17
* bpo-36908: 'This module is always available' isn't helpful. (#13297)Ned Batchelder2019-05-171-2/+2
* bpo-35606: Implement math.prod (GH-11359)Pablo Galindo2019-02-061-0/+12
* bpo-33089: Add math.dist() for computing the Euclidean distance between two p...Raymond Hettinger2018-07-311-0/+12
* bpo-33089: Multidimensional math.hypot() (GH-8474)Raymond Hettinger2018-07-281-3/+12
* bpo-26701: Add documentation for __trunc__ (GH-6022)Eric Appelt2018-03-101-1/+1
* bpo-25910: Link redirections in docs (#1933)Sanyam Khurana2018-01-201-1/+1
* bpo-29956: Improve the math.exp() related documentation. (#1073)Serhiy Storchaka2017-05-041-9/+18
* bpo-29962: add math.remainder (#950)Mark Dickinson2017-04-051-0/+21
* Fix misleading documentation for math.exp. (#951)Mark Dickinson2017-04-021-2/+2
* Issue #29282: Backed out changeset b33012ef1417Mark Dickinson2017-01-211-15/+0
* Issue #29282: add fused multiply-add function, math.fma.Mark Dickinson2017-01-211-0/+15
* Add versionadded tags for (c)math.tau.Georg Brandl2016-08-161-0/+2
* Issue #12345: Add mathemathcal constant tau to math and cmath.Guido van Rossum2016-08-151-0/+7