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
/
Modules
/
mathmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...
Zackery Spytz
2018-12-07
1
-3/+4
*
Fixing wording in comment. (GH-10425)
Raymond Hettinger
2018-11-09
1
-1/+1
*
Speed-up math.dist() by 30% (GH-9628)
Raymond Hettinger
2018-09-29
1
-3/+8
*
bpo-33083 - Make math.factorial reject arguments that are not int-like (GH-6149)
Pablo Galindo
2018-09-03
1
-3/+9
*
Minor improvement to code clarity (GH-9036)
Raymond Hettinger
2018-09-02
1
-1/+1
*
Simplify vector_norm() by eliminating special cases in the main loop (GH-9006)
Raymond Hettinger
2018-08-31
1
-22/+18
*
Improve commutativity of math.hypot() and math.dist() (GH-8984)
Raymond Hettinger
2018-08-29
1
-13/+19
*
Fast path for exact floats in math.hypot() and math.dist() (GH-8949)
Raymond Hettinger
2018-08-27
1
-9/+21
*
Minor code clean-up. Don't alter the input vector. Use variables instead. GH-...
Raymond Hettinger
2018-08-12
1
-4/+5
*
Add more tests and assertions for math.hypot() and math.dist() (GH-8747)
Raymond Hettinger
2018-08-12
1
-0/+1
*
Factor-out common code. Also, optimize common cases by preallocating space on...
Raymond Hettinger
2018-08-12
1
-41/+56
*
Replace straight addition with Kahan summation and move max to the end (GH-8727)
Raymond Hettinger
2018-08-11
1
-20/+45
*
bpo-33089: Add math.dist() for computing the Euclidean distance between two p...
Raymond Hettinger
2018-07-31
1
-0/+84
*
bpo-33089: Multidimensional math.hypot() (GH-8474)
Raymond Hettinger
2018-07-28
1
-38/+63
*
bpo-31338 (#3374)
Barry Warsaw
2017-09-15
1
-2/+1
*
bpo-29962: add math.remainder (#950)
Mark Dickinson
2017-04-05
1
-0/+103
*
bpo-29946: Fix "sqrtpi defined but not used" (#908)
Louie Lu
2017-03-30
1
-1/+3
*
bpo-26121: Revert to using the own implementations of lgamma and gamma on all...
Serhiy Storchaka
2017-03-12
1
-31/+0
*
bpo-26121: Use C library implementation for math functions: (#515)
Serhiy Storchaka
2017-03-11
1
-1/+45
*
Issue #29282: Backed out changeset b33012ef1417
Mark Dickinson
2017-01-21
1
-42/+0
*
Issue #29282: add fused multiply-add function, math.fma.
Mark Dickinson
2017-01-21
1
-0/+42
*
Issue #20186: Converted the math module to Argument Clinic.
Serhiy Storchaka
2017-01-19
1
-247/+384
*
Use _PyObject_CallNoArg()
Victor Stinner
2016-12-06
1
-3/+3
*
Backed out changeset b9c9691c72c5
Victor Stinner
2016-12-04
1
-3/+3
*
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner
2016-12-01
1
-3/+3
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
1
-1/+1
*
Issue #12345: Add mathemathcal constant tau to math and cmath.
Guido van Rossum
2016-08-15
1
-0/+1
*
Issue #26512: Merge rounding doc from 3.5
Martin Panter
2016-05-08
1
-4/+4
|
\
|
*
Issue #26512: Clarify Integral; tidy up table of rounding functions
Martin Panter
2016-05-08
1
-4/+4
*
|
Issue #26898: Fix typo in math.isclose() docstring
Berker Peksag
2016-05-01
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26898: Fix typo in math.isclose() docstring
Berker Peksag
2016-05-01
1
-1/+1
*
|
Merge for issue #26114
Brett Cannon
2016-01-15
1
-3/+2
|
\
\
|
|
/
|
*
Issue #26114: Remove a reference to 'Numerical Recipes'.
Brett Cannon
2016-01-15
1
-3/+2
*
|
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
1
-2/+2
|
/
*
Issue #19543: Implementation of isclose as per PEP 485
Tal Einat
2015-05-31
1
-0/+79
*
Issue #22486: Added the math.gcd() function. The fractions.gcd() function no...
Serhiy Storchaka
2015-05-12
1
-0/+28
*
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Serhiy Storchaka
2015-03-12
1
-1/+1
|
\
|
*
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Serhiy Storchaka
2015-03-12
1
-1/+1
*
|
Issue #21092: Merge from 3.4.
Mark Dickinson
2015-01-11
1
-3/+3
|
\
\
|
|
/
|
*
Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hy...
Mark Dickinson
2015-01-11
1
-3/+3
*
|
Issue #23185: add math.inf and math.nan constants.
Mark Dickinson
2015-01-11
1
-1/+34
*
|
Issue #22207: Fix "comparison between signed and unsigned integers" warning in
Victor Stinner
2014-08-17
1
-1/+1
*
|
Issue #20539: Improve math.factorial error messages and types for large inputs.
Mark Dickinson
2014-04-10
1
-4/+12
|
/
*
#12211: remove paragraph about NaNs
Andrew Kuchling
2014-02-16
1
-3/+1
*
#12211: clarify math.copysign() documentation and docstring
Andrew Kuchling
2014-02-16
1
-1/+5
*
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-7/+6
*
Issue #16305: Merge fix from 3.2.
Mark Dickinson
2012-10-25
1
-4/+3
|
\
|
*
Fix math.factorial KeyboardInterrupt segfault. Thanks Amaury for report and ...
Mark Dickinson
2012-10-25
1
-4/+3
*
|
merge 3.2
Benjamin Peterson
2012-03-13
1
-7/+7
|
\
\
|
|
/
|
*
fix indentation
Benjamin Peterson
2012-03-13
1
-7/+7
[next]