summaryrefslogtreecommitdiff
path: root/Doc/library/math.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-26701: Add documentation for __trunc__ (GH-6050)Miss Islington (bot)2018-03-111-1/+1
* 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
* Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-...Benjamin Peterson2010-04-111-3/+3
* Merged revisions 79871 via svnmerge fromMark Dickinson2010-04-061-3/+3
* Merged revisions 79858 via svnmerge fromMark Dickinson2010-04-061-21/+22
* remove obsolete sentenceEzio Melotti2010-01-161-4/+1
* Merged revisions 76878 via svnmerge fromMark Dickinson2009-12-191-1/+17
* Merged revisions 76861 via svnmerge fromMark Dickinson2009-12-161-0/+14
* Merged revisions 76755 via svnmerge fromMark Dickinson2009-12-111-0/+8
* Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,...Georg Brandl2009-10-271-1/+1
* Fix versionadded for py3k math.gammaMark Dickinson2009-10-011-1/+1
* Merged revisions 75117 via svnmerge fromMark Dickinson2009-09-281-0/+10
* Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,...Georg Brandl2009-09-011-3/+6
* Issue #6354: More fixes for code examples involving the repr of a float.Mark Dickinson2009-06-281-1/+1
* Signature documentation style update, modules J, K, L and M.Georg Brandl2009-06-081-1/+0
* Fix header level for 'Constants' section of math.rstMark Dickinson2009-06-021-1/+1
* Add links to helpful external resources.Raymond Hettinger2009-02-191-0/+4
* Add an example for math.fsum() and elaborate on the accurary note.Raymond Hettinger2009-02-191-8/+12
* Fix a few more references to long integers in the docs.Mark Dickinson2009-01-171-1/+1
* Remove trailing whitespace.Georg Brandl2009-01-031-1/+1
* Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-...Benjamin Peterson2008-12-211-10/+15
* Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-...Benjamin Peterson2008-09-021-1/+1
* murder some versionadded and versionchanged directives in their bedsBenjamin Peterson2008-08-161-2/+0
* Merged revisions 65366 via svnmerge fromMark Dickinson2008-08-011-23/+2