| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #3366: Add error function and complementary error function to | Mark Dickinson | 2009-12-19 | 1 | -0/+16 |
|
|
* | Issue #3366: Add expm1 function to math module. Thanks Eric Smith for | Mark Dickinson | 2009-12-16 | 1 | -0/+14 |
|
|
* | Issue #3366: Add lgamma function to math module. | Mark Dickinson | 2009-12-11 | 1 | -0/+8 |
|
|
* | Fix some documentation examples involving the repr of a float. | Mark Dickinson | 2009-11-24 | 1 | -1/+1 |
|
|
* | Use "impl-detail" directive where applicable. | Georg Brandl | 2009-10-22 | 1 | -1/+1 |
|
|
* | Issue #3366: Add gamma function to math module. | Mark Dickinson | 2009-09-28 | 1 | -0/+10 |
|
|
* | #6765: hint that log(x, base) is not very sophisticated. | Georg Brandl | 2009-09-01 | 1 | -3/+6 |
|
|
* | Add links to helpful external resources. | Raymond Hettinger | 2009-02-19 | 1 | -0/+4 |
|
|
* | Add an example for math.fsum() and elaborate on the accurary note. | Raymond Hettinger | 2009-02-19 | 1 | -8/+12 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
|
|
* | remove redundant sentence | Benjamin Peterson | 2008-12-20 | 1 | -1/+1 |
|
|
* | add headings | Benjamin Peterson | 2008-12-20 | 1 | -6/+13 |
|
|
* | copy sentence from docstring | Benjamin Peterson | 2008-12-20 | 1 | -2/+2 |
|
|
* | Fix markup. | Georg Brandl | 2008-08-30 | 1 | -1/+1 |
|
|
* | Tone down math.fsum warning. | Mark Dickinson | 2008-08-01 | 1 | -23/+2 |
|
|
* | Add note about problems with math.fsum on x86 hardware. | Mark Dickinson | 2008-07-30 | 1 | -0/+26 |
|
|
* | Rename math.sum to math.fsum | Mark Dickinson | 2008-07-30 | 1 | -10/+10 |
|
|
* | Add versionadded tags to new math functions. | Georg Brandl | 2008-06-18 | 1 | -6/+12 |
|
|
* | Typo fix | Mark Dickinson | 2008-06-18 | 1 | -1/+1 |
|
|
* | Issue #2138: Add math.factorial(). | Raymond Hettinger | 2008-06-09 | 1 | -0/+4 |
|
|
* | Docs for Issue 2819. | Raymond Hettinger | 2008-05-23 | 1 | -0/+6 |
|
|
* | Fix markup. | Georg Brandl | 2008-05-12 | 1 | -1/+1 |
|
|
* | Move asinh documentation to the proper place. | Mark Dickinson | 2008-04-19 | 1 | -17/+18 |
|
|
* | Correct documentation for math.pow; | Mark Dickinson | 2008-04-19 | 1 | -4/+8 |
|
|
* | I finally got the time to update and merge Mark's and my trunk-math branch. T... | Christian Heimes | 2008-04-18 | 1 | -2/+45 |
|
|
* | Move __builtins__.trunc() to math.trunc() per | Jeffrey Yasskin | 2008-02-01 | 1 | -0/+8 |
|
|
* | Remove with_statement future imports from 2.6 docs. | Georg Brandl | 2008-01-05 | 1 | -0/+3 |
|
|
* | Continue rolling back pep-3141 changes that changed behavior from 2.5. This | Jeffrey Yasskin | 2008-01-05 | 1 | -6/+4 |
|
|
* | Fix markup | Andrew M. Kuchling | 2008-01-04 | 1 | -3/+3 |
|
|
* | Added copysign(x, y) function to the math module | Christian Heimes | 2008-01-03 | 1 | -0/+8 |
|
|
* | Added math.isinf() and math.isnan() | Christian Heimes | 2008-01-03 | 1 | -0/+17 |
|
|
* | Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just | Jeffrey Yasskin | 2008-01-03 | 1 | -4/+6 |
|
|
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+227 |
|
|