summaryrefslogtreecommitdiff
path: root/Doc/library/math.rst
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 82429 via svnmerge fromBenjamin Peterson2010-07-011-1/+1
* Merged revisions 82415 via svnmerge fromBenjamin Peterson2010-07-011-4/+1
* Merged revisions 79875 via svnmerge fromMark Dickinson2010-04-121-3/+3
* Merged revisions 79871 via svnmerge fromMark Dickinson2010-04-061-3/+3
* Merged revisions 79858 via svnmerge fromMark Dickinson2010-04-061-26/+24
* Merged revisions 75363,75365,75376,75392,75394,75403,75418,75484,75572,75580,...Georg Brandl2009-10-271-1/+1
* Merged revisions 74492,74531,74545-74550,74553-74555,74588,74603,74608,74614,...Georg Brandl2009-10-271-3/+6
* Add links to helpful external resources.Raymond Hettinger2009-02-191-0/+4
* Add an example for math.fsum() and elaborate on the accurary note.Raymond Hettinger2009-02-191-8/+12
* Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,...Georg Brandl2009-01-031-1/+1
* Merged revisions 67654,67676-67677,67681,67692,67725,67746,67748,67761,67784-...Benjamin Peterson2008-12-211-8/+15
* Fix markup.Georg Brandl2008-08-301-1/+1
* Tone down math.fsum warning.Mark Dickinson2008-08-011-23/+2
* Add note about problems with math.fsum on x86 hardware.Mark Dickinson2008-07-301-0/+26
* Rename math.sum to math.fsumMark Dickinson2008-07-301-10/+10
* Add versionadded tags to new math functions.Georg Brandl2008-06-181-6/+12
* Typo fixMark Dickinson2008-06-181-1/+1
* Issue #2138: Add math.factorial().Raymond Hettinger2008-06-091-0/+4
* Docs for Issue 2819.Raymond Hettinger2008-05-231-0/+6
* Fix markup.Georg Brandl2008-05-121-1/+1
* Move asinh documentation to the proper place.Mark Dickinson2008-04-191-17/+18
* Correct documentation for math.pow;Mark Dickinson2008-04-191-4/+8
* I finally got the time to update and merge Mark's and my trunk-math branch. T...Christian Heimes2008-04-181-2/+45
* Move __builtins__.trunc() to math.trunc() perJeffrey Yasskin2008-02-011-0/+8
* Remove with_statement future imports from 2.6 docs.Georg Brandl2008-01-051-0/+3
* Continue rolling back pep-3141 changes that changed behavior from 2.5. ThisJeffrey Yasskin2008-01-051-6/+4
* Fix markupAndrew M. Kuchling2008-01-041-3/+3
* Added copysign(x, y) function to the math moduleChristian Heimes2008-01-031-0/+8
* Added math.isinf() and math.isnan()Christian Heimes2008-01-031-0/+17
* Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (justJeffrey Yasskin2008-01-031-4/+6
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+227