| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-33089: Add math.dist() for computing the Euclidean distance between two p... | Raymond Hettinger | 2018-07-31 | 1 | -0/+12 |
|
|
* | bpo-33089: Multidimensional math.hypot() (GH-8474) | Raymond Hettinger | 2018-07-28 | 1 | -3/+12 |
|
|
* | bpo-26701: Add documentation for __trunc__ (GH-6022) | Eric Appelt | 2018-03-10 | 1 | -1/+1 |
|
|
* | bpo-25910: Link redirections in docs (#1933) | Sanyam Khurana | 2018-01-20 | 1 | -1/+1 |
|
|
* | bpo-29956: Improve the math.exp() related documentation. (#1073) | Serhiy Storchaka | 2017-05-04 | 1 | -9/+18 |
|
|
* | bpo-29962: add math.remainder (#950) | Mark Dickinson | 2017-04-05 | 1 | -0/+21 |
|
|
* | Fix misleading documentation for math.exp. (#951) | Mark Dickinson | 2017-04-02 | 1 | -2/+2 |
|
|
* | Issue #29282: Backed out changeset b33012ef1417 | Mark Dickinson | 2017-01-21 | 1 | -15/+0 |
|
|
* | Issue #29282: add fused multiply-add function, math.fma. | Mark Dickinson | 2017-01-21 | 1 | -0/+15 |
|
|
* | Add versionadded tags for (c)math.tau. | Georg Brandl | 2016-08-16 | 1 | -0/+2 |
|
|
* | Issue #12345: Add mathemathcal constant tau to math and cmath. | Guido van Rossum | 2016-08-15 | 1 | -0/+7 |
|
|
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+2 |
|
|
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ... | Georg Brandl | 2016-02-26 | 1 | -8/+8 |
|
|
* | Issue #19543: Implementation of isclose as per PEP 485 | Tal Einat | 2015-05-31 | 1 | -0/+32 |
|
|
* | merge 3.4 | Benjamin Peterson | 2015-05-12 | 1 | -2/+2 |
|\ |
|
| * | use imperative | Benjamin Peterson | 2015-05-12 | 1 | -2/+2 |
|
|
| * | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -3/+3 |
|
|
* | | versionadded | Benjamin Peterson | 2015-05-12 | 1 | -0/+2 |
|
|
* | | Issue #22486: Added the math.gcd() function. The fractions.gcd() function no... | Serhiy Storchaka | 2015-05-12 | 1 | -0/+8 |
|
|
* | | Issue #23185: add math.inf and math.nan constants. | Mark Dickinson | 2015-01-11 | 1 | -0/+16 |
|
|
* | | #12211: remove paragraph about NaNs | Andrew Kuchling | 2014-02-16 | 1 | -3/+0 |
|
|
* | | #12211: clarify math.copysign() documentation and docstring | Andrew Kuchling | 2014-02-16 | 1 | -2/+5 |
|/ |
|
* | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -4/+5 |
|
|
* | #15438: merge with 3.2. | Ezio Melotti | 2013-02-23 | 1 | -0/+4 |
|\ |
|
| * | #15438: add a note to math.pow() that suggests using **/pow() for integers. ... | Ezio Melotti | 2013-02-23 | 1 | -0/+4 |
|
|
* | | math.fsum docs did not show up because of a misplaced testsetup directive | Łukasz Langa | 2013-01-18 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | math.fsum docs did not show up because of a misplaced testsetup directive | Łukasz Langa | 2013-01-18 | 1 | -2/+3 |
|
|
* | | #16154: merge with 3.2. | Ezio Melotti | 2013-01-11 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. | Ezio Melotti | 2013-01-11 | 1 | -0/+2 |
|
|
* | | meth.log2 doc: add a link to int.bit_length() | Victor Stinner | 2011-09-21 | 1 | -0/+5 |
|
|
* | | note the point of having log2 | Benjamin Peterson | 2011-05-09 | 1 | -1/+2 |
|
|
* | | Issue #11888: Add log2 function to math module. Patch written by Mark | Victor Stinner | 2011-05-08 | 1 | -0/+7 |
|/ |
|
* | Fix markup and wording. | Raymond Hettinger | 2011-03-31 | 1 | -3/+4 |
|
|
* | Add links to make the math docs more usable. | Raymond Hettinger | 2011-03-31 | 1 | -7/+23 |
|
|
* | Include versionadded in (c)math.isfinite docs (thanks Ezio Melotti). Other m... | Mark Dickinson | 2010-07-11 | 1 | -3/+5 |
|
|
* | Issue #9165: Add math.isfinite and cmath.isfinite. | Mark Dickinson | 2010-07-11 | 1 | -0/+6 |
|
|
* | Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-... | Benjamin Peterson | 2010-04-11 | 1 | -3/+3 |
|
|
* | Merged revisions 79871 via svnmerge from | Mark Dickinson | 2010-04-06 | 1 | -3/+3 |
|
|
* | Merged revisions 79858 via svnmerge from | Mark Dickinson | 2010-04-06 | 1 | -21/+22 |
|
|
* | remove obsolete sentence | Ezio Melotti | 2010-01-16 | 1 | -4/+1 |
|
|
* | Merged revisions 76878 via svnmerge from | Mark Dickinson | 2009-12-19 | 1 | -1/+17 |
|
|
* | Merged revisions 76861 via svnmerge from | Mark Dickinson | 2009-12-16 | 1 | -0/+14 |
|
|
* | Merged revisions 76755 via svnmerge from | Mark Dickinson | 2009-12-11 | 1 | -0/+8 |
|
|
* | Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,... | Georg Brandl | 2009-10-27 | 1 | -1/+1 |
|
|
* | Fix versionadded for py3k math.gamma | Mark Dickinson | 2009-10-01 | 1 | -1/+1 |
|
|
* | Merged revisions 75117 via svnmerge from | Mark Dickinson | 2009-09-28 | 1 | -0/+10 |
|
|
* | Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,... | Georg Brandl | 2009-09-01 | 1 | -3/+6 |
|
|
* | Issue #6354: More fixes for code examples involving the repr of a float. | Mark Dickinson | 2009-06-28 | 1 | -1/+1 |
|
|
* | Signature documentation style update, modules J, K, L and M. | Georg Brandl | 2009-06-08 | 1 | -1/+0 |
|
|
* | Fix header level for 'Constants' section of math.rst | Mark Dickinson | 2009-06-02 | 1 | -1/+1 |
|
|