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
*
Fix indentation of Python code example in C comment.
Mark Dickinson
2010-06-25
1
-11/+11
*
Issue #8986: erfc was raising OverflowError on Linux for arguments in
Mark Dickinson
2010-06-13
1
-6/+16
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
1
-935/+935
*
Make use of PyLong_AsLongAndOverflow in math_ldexp.
Mark Dickinson
2010-01-03
1
-20/+7
*
Refactor some longobject internals: PyLong_AsDouble and _PyLong_AsScaledDouble
Mark Dickinson
2010-01-02
1
-12/+15
*
Issue #7518: Move substitute definitions of C99 math functions from
Mark Dickinson
2009-12-21
1
-4/+4
*
math.factorial depends on PyLong_AsLong correctly converting floats; rewrite
Mark Dickinson
2009-12-20
1
-2/+9
*
Issue #3366: Add error function and complementary error function to
Mark Dickinson
2009-12-19
1
-0/+142
*
Issue #3366: Add expm1 function to math module. Thanks Eric Smith for
Mark Dickinson
2009-12-16
1
-0/+6
*
Issue #3366: Add lgamma function to math module.
Mark Dickinson
2009-12-11
1
-0/+57
*
Use a single style for all the docstrings in the math module.
Georg Brandl
2009-10-29
1
-15/+19
*
Use the correct function name in docstring.
Georg Brandl
2009-10-29
1
-1/+1
*
Issue #3366: Add gamma function to math module.
Mark Dickinson
2009-09-28
1
-35/+325
*
remove redundant sentence
Benjamin Peterson
2008-12-20
1
-1/+1
*
beef up docstring
Benjamin Peterson
2008-12-20
1
-1/+4
*
Issues #3167, #3682: tests for math.log and math.log10 were failing on
Mark Dickinson
2008-12-11
1
-3/+55
*
Replace math.sum with math.fsum in a couple of comments
Mark Dickinson
2008-07-30
1
-2/+2
*
Rename math.sum to math.fsum
Mark Dickinson
2008-07-30
1
-16/+16
*
Fix special-value handling for math.sum.
Mark Dickinson
2008-07-30
1
-38/+54
*
Fix another typo in math_sum comment
Mark Dickinson
2008-06-20
1
-1/+1
*
Fix comment typos
Andrew M. Kuchling
2008-06-20
1
-2/+2
*
Fix double decref.
Raymond Hettinger
2008-06-18
1
-1/+0
*
Issue 3118: make test_math pass on Ubuntu/ia64. exp(-745.0) was raising
Mark Dickinson
2008-06-17
1
-3/+8
*
Unhappy buildbots. Revert 64052. Long doubles have unexpected effects on so...
Raymond Hettinger
2008-06-09
1
-20/+24
*
Address double-rounding scenarios by setting all variables to long doubles.
Raymond Hettinger
2008-06-09
1
-24/+19
*
Issue #2138: Add math.factorial().
Raymond Hettinger
2008-06-09
1
-0/+50
*
* Mark intermedidate computes values (hi, lo, yr) as volatile.
Raymond Hettinger
2008-05-30
1
-19/+31
*
Fix two typos.
Raymond Hettinger
2008-05-29
1
-2/+2
*
Tweak the comments and formatting.
Raymond Hettinger
2008-05-23
1
-76/+47
*
Issue #2819: Add math.sum, a function that sums a sequence of floats
Mark Dickinson
2008-05-23
1
-0/+223
*
Issue #2487. math.ldexp(x, n) raised OverflowError when n was large and
Mark Dickinson
2008-05-09
1
-12/+54
*
Silence 'r may be used uninitialized' compiler warning.
Mark Dickinson
2008-04-21
1
-0/+1
*
math.atan2 is misbehaving on Windows; this patch
Mark Dickinson
2008-04-20
1
-1/+37
*
Yet more explicit special case handling to make
Mark Dickinson
2008-04-20
1
-47/+55
*
FreeBSD doesn't follow C99 for modf(inf); so add explicit
Mark Dickinson
2008-04-20
1
-0/+9
*
Additional special-case handling for math.pow.
Mark Dickinson
2008-04-19
1
-6/+13
*
Additional tests for math.pow, and extra special-case
Mark Dickinson
2008-04-19
1
-0/+11
*
I finally got the time to update and merge Mark's and my trunk-math branch. T...
Christian Heimes
2008-04-18
1
-96/+344
*
Neaten-up a bit.
Raymond Hettinger
2008-02-02
1
-5/+1
*
Move __builtins__.trunc() to math.trunc() per
Jeffrey Yasskin
2008-02-01
1
-0/+16
*
setup.py doesn't pick up changes to a header file
Christian Heimes
2008-01-25
1
-4/+4
*
Add prototypes to get the mathmodule.c to compile on OSF1 5.1 (Tru64)
Neal Norwitz
2008-01-25
1
-0/+5
*
Continue rolling back pep-3141 changes that changed behavior from 2.5. This
Jeffrey Yasskin
2008-01-05
1
-44/+6
*
Fixed math.copysign() on Windows
Christian Heimes
2008-01-04
1
-6/+8
*
Added copysign(x, y) function to the math module
Christian Heimes
2008-01-03
1
-0/+11
*
Added math.isinf() and math.isnan()
Christian Heimes
2008-01-03
1
-6/+34
*
Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just
Jeffrey Yasskin
2008-01-03
1
-6/+44
*
Speed up function calls into the math module by using METH_O.
Neal Norwitz
2006-11-19
1
-63/+55
*
Whoops.
Georg Brandl
2006-05-29
1
-2/+6
*
Convert more modules to METH_VARARGS.
Georg Brandl
2006-05-29
1
-6/+2
[next]