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-44339: Fix math.pow corner case to comply with IEEE 754 (GH-26606)
Mark Dickinson
2021-06-12
1
-1/+6
*
bpo-44357:Add `math.cbrt()` function: Cube Root (GH-26622)
Ajith Ramachandran
2021-06-10
1
-0/+7
*
Fix typo (GH-22582)
Gaurav Kamath
2020-10-11
1
-1/+1
*
Revert "Fix all Python Cookbook links (#22205)" (GH-22424)
Andre Delfino
2020-09-27
1
-1/+1
*
Fix all Python Cookbook links (#22205)
Andre Delfino
2020-09-15
1
-1/+1
*
bpo-41513: Add docs and tests for hypot() (GH-22238)
Raymond Hettinger
2020-09-14
1
-0/+5
*
bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. (GH...
Serhiy Storchaka
2020-02-23
1
-13/+20
*
bpo-39479:Add math.lcm() function: Least Common Multiple (#18547)
ananthan-123
2020-02-19
1
-0/+9
*
bpo-39310: Add math.ulp(x) (GH-17965)
Victor Stinner
2020-01-13
1
-0/+26
*
bpo-39288: Add examples to math.nextafter() documentation (GH-17962)
Victor Stinner
2020-01-12
1
-0/+7
*
bpo-39288: Add math.nextafter(x, y) (GH-17937)
Victor Stinner
2020-01-12
1
-0/+8
*
bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH...
Raymond Hettinger
2019-07-27
1
-1/+2
*
bpo-37548: Document range of atan, acos and asin (GH-14717)
Giovanni Cappellotto
2019-07-13
1
-3/+6
*
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
[next]