summaryrefslogtreecommitdiff
path: root/Doc/library/math.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+2
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-8/+8
* Issue #19543: Implementation of isclose as per PEP 485Tal Einat2015-05-311-0/+32
* merge 3.4Benjamin Peterson2015-05-121-2/+2
|\
| * use imperativeBenjamin Peterson2015-05-121-2/+2
| * Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-3/+3
* | versionaddedBenjamin Peterson2015-05-121-0/+2
* | Issue #22486: Added the math.gcd() function. The fractions.gcd() function no...Serhiy Storchaka2015-05-131-0/+8
* | Issue #23185: add math.inf and math.nan constants.Mark Dickinson2015-01-111-0/+16
* | #12211: remove paragraph about NaNsAndrew Kuchling2014-02-161-3/+0
* | #12211: clarify math.copysign() documentation and docstringAndrew Kuchling2014-02-161-2/+5
|/
* Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-4/+5
* #15438: merge with 3.2.Ezio Melotti2013-02-231-0/+4
|\
| * #15438: add a note to math.pow() that suggests using **/pow() for integers. ...Ezio Melotti2013-02-231-0/+4
* | math.fsum docs did not show up because of a misplaced testsetup directiveŁukasz Langa2013-01-181-2/+3
|\ \ | |/
| * math.fsum docs did not show up because of a misplaced testsetup directiveŁukasz Langa2013-01-181-2/+3
* | #16154: merge with 3.2.Ezio Melotti2013-01-111-0/+2
|\ \ | |/
| * #16154: fix some doctests in Doc/library. Patch by Ravi Sinha.Ezio Melotti2013-01-111-0/+2
* | meth.log2 doc: add a link to int.bit_length()Victor Stinner2011-09-211-0/+5
* | note the point of having log2Benjamin Peterson2011-05-081-1/+2
* | Issue #11888: Add log2 function to math module. Patch written by MarkVictor Stinner2011-05-091-0/+7
|/
* Fix markup and wording.Raymond Hettinger2011-03-311-3/+4
* Add links to make the math docs more usable.Raymond Hettinger2011-03-311-7/+23
* Include versionadded in (c)math.isfinite docs (thanks Ezio Melotti). Other m...Mark Dickinson2010-07-111-3/+5
* Issue #9165: Add math.isfinite and cmath.isfinite.Mark Dickinson2010-07-111-0/+6