summaryrefslogtreecommitdiffstats
path: root/Doc/library/math.rst
Commit message (Expand)AuthorAgeFilesLines
* 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