index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
math.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
bpo-36887: add math.isqrt (GH-13244)
Mark Dickinson
2019-05-18
1
-0/+17
*
bpo-36908: 'This module is always available' isn't helpful. (#13297)
Ned Batchelder
2019-05-17
1
-2/+2
*
bpo-35606: Implement math.prod (GH-11359)
Pablo Galindo
2019-02-07
1
-0/+12
*
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
[next]